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
Errors in the JavaScript console
After reload page, on chrome debug console displayed this error message zone-evergreen.js:2845 POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=XXXXX
The text was updated successfully, but these errors were encountered:
Going to close as there's nothing AngularFire can do for now. I'd have to push a major change to make AngularFireAuth (which is lazy) resolve optionally before AngularFireStore, etc. (which aren't lazy right now).
Version info
Angular: 10.0.7
Firebase: 8.2.2
AngularFire: 6.1.4
How to reproduce these conditions
Steps to set up and reproduce
Enable emulators
{provide: USE_AUTH_EMULATOR, useValue: environment.useEmulators ? ['localhost', 9099] : undefined}, {provide: USE_DATABASE_EMULATOR, useValue: environment.useEmulators ? ['localhost', 9500] : undefined}, {provide: USE_FIRESTORE_EMULATOR, useValue: environment.useEmulators ? ['localhost', 8080] : undefined}, {provide: USE_FUNCTIONS_EMULATOR, useValue: environment.useEmulators ? ['localhost', 5001] : undefined}, { provide: NEW_ORIGIN_BEHAVIOR, useValue: true }, { provide: FUNCTIONS_ORIGIN, useFactory: () => isDevMode() ? undefined : location.origin }
Reload page "Command+R" after logged in
Debug output
Errors in the JavaScript console
After reload page, on chrome debug console displayed this error message
zone-evergreen.js:2845 POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=XXXXX
The text was updated successfully, but these errors were encountered: