You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught FirebaseError: Firebase: Error (auth/internal-error).
at createErrorInternal (http://localhost:8080/_snowpack/pkg/firebase/auth.js:250:55)
at _assert (http://localhost:8080/_snowpack/pkg/firebase/auth.js:260:35)
at AuthImpl.registerStateListener (http://localhost:8080/_snowpack/pkg/firebase/auth.js:3886:9)
at AuthImpl.onIdTokenChanged (http://localhost:8080/_snowpack/pkg/firebase/auth.js:3745:21)
at AuthInternal.addAuthTokenListener (http://localhost:8080/_snowpack/pkg/firebase/auth.js:6089:37)
at new F$1 (http://localhost:8080/_snowpack/pkg/firebase/firestore.js:2014:35)
at new Mc$1 (http://localhost:8080/_snowpack/pkg/firebase/firestore.js:15478:20)
at new Bu (http://localhost:8080/_snowpack/pkg/firebase/firestore.js:17007:9)
at http://localhost:8080/_snowpack/pkg/firebase/firestore.js:18692:72
at Component.instanceFactory (http://localhost:8080/_snowpack/pkg/firebase/firestore.js:18692:85)
if I instead change the order so getAuth() occurs before getFirestore(), it seems to work properly.
The text was updated successfully, but these errors were encountered:
If I do this code:
on version 0.900.4 I get:
if I instead change the order so
getAuth()
occurs beforegetFirestore()
, it seems to work properly.The text was updated successfully, but these errors were encountered: