- Notifications
You must be signed in to change notification settings - Fork991
onIdTokenChanged / onAuthStateChanged never fire setPersistence(LOCAL) Promise hangs (Firebase JS 8.10.1)#9127
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi all looking for guidance on an intermittent Firebase Auth issue. What’s happening• Some users open the app and remain stuck on the loading screen. this.firebaseAuth.setPersistence(Auth.Persistence.LOCAL).then(()=>console.log('[Auth] persistence set'))// never prints.catch(err=>console.error('[Auth] persistence error',err));// never prints Why we suspect IndexedDB
Environment
Questions
Any insights or similar experiences would be greatly appreciated. Thank you! |
BetaWas this translation helpful?Give feedback.