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
Back To Top
Search