-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
AngularFireAuth doesn't emit new value #264
Comments
This is fixed in the latest release. Can you try again? |
@davideast Updated to beta.2, but the problem still exists for me. |
@orangesoup to clarify, you're not editing localStorage directly, right? It's just the Firebase SDK deleting the item? And you're using Email/Password authentication, correct? |
@jeffbcross It doesn't work either way, but yeah. Basically I'm logging in with email/password. So the steps are:
|
@jeffbcross I've updated the CLI, Angular, AngularFire, everything basically, created a brand new project and the problem doesn't seem to exist there, so I'll close the issue. Honestly, I have no idea what's wrong in the old project, but the problem seems to be gone. |
As mentioned in #231, when the user object from localStorage is deleted or we simply logout we get a
null
object which is fine. However, if we try to log in again AngularFireAuth doesn't emit any new value.AuthService constructor:
Reproduce: (Loading the page (with an existing object in localStorage))
The text was updated successfully, but these errors were encountered: