-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Auth observable not emitting a value #496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having the same problem (I think) when using Popup method. I'm not sure how Redirect is suppose to work, but that's not working for me either. http://stackoverflow.com/questions/39420716/angularfire2-authentication-with-canactivate-not-working |
I switched to use auth.getAuth(). It seems this is the only way to get this to work for now until RC6 support is added. |
By removing this line in firebase_sdk_auth_backend.ts, I am able to get the auth to emit. Seems maybe something to do with the zone versioning in RC6? .observeOn(new ZoneScheduler(Zone.current)); |
Same issue after upgrading to RC7 (seemed okay for me in RC6). I'm using email / password login method and the login works but auth.subscribe never gets called. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm trying to log into Firebase using OAuthToken. Here's my code:
I can confirm that get the "success" message. But, af.auth is not emitting a new value.
I didn't have this issue when logging in using the Redirect method. It happens only when using OAuthToken.
Is there something I'm doing wrong here?
The text was updated successfully, but these errors were encountered: