skip to Main Content

Nextjs Firebase auth state not persisting

I have no idea why firebase auth is not persisting. My project is super simple so far, i have this sign in function. await signInWithEmailAndPassword(auth, email, password); And in the layout.tsx I have the onAuthStateChange const unsubscribe = onAuthStateChanged(auth, (user)…

VIEW QUESTION

Unable to use Firebase Auth in my Flutter app

I am facing an issue in my Flutter app using Firebase auth for Phone authentication, whenever i request OTP it provides me the following error: ERROR SCREENSHOT W/LocalRequestInterceptor( 4834): Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException:…

VIEW QUESTION

Firebase Discord OIDC (Open ID)

Been looking for a way to connect Discord Auth with Open ID I have done all the steps according to the Firebase Open ID documentated found: https://firebase.google.com/docs/auth/web/openid-connect?hl=en&authuser=0 I have found a similar Auth provider using OpenID to connect to Discord…

VIEW QUESTION
Back To Top
Search