-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Version info
Angular: 8.2.14
Firebase: 7.8.0
AngularFire: 5.4.0-5.4.1
Other (e.g. Ionic/Cordova, Node, browser, operating system):
How to reproduce these conditions
Failing test unit, Plunkr, or JSFiddle demonstrating the problem: https://stackblitz.com/edit/angular-lgfgbl
Steps to set up and reproduce
- Fill your Firebase config in
app.module.ts
- Run
- Click "Sign in with Google"
Sample data and security rules: none
Debug output
** Errors in the JavaScript console **: none
** Output from firebase.database().enableLogging(true);
**: not applicable
** Screenshots **
Expected behavior
After redirected back from sign-in, you should be automatically to /main
path.
Actual behavior
The app does not redirect you to /main
path. (It does in @angular/[email protected]
.)
My observation
If I remove the line this.user$ = this.afa.authState;
out from app.component.ts
, it works! Doesn't know why.
techn1fire, RafaAlvs1, FlexWilliams, Benny739, alexregier and 3 more
Metadata
Metadata
Assignees
Labels
No labels