We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.authState
onIdTokenChanged
Angular: 8.2.14
Firebase: 7.8.0
AngularFire: 5.4.0
In #2294, AngularFireAuth.authState had been incorrectly refactored to used auth.onIdTokenChanged. It should be auth.onAuthStateChanged
auth.onIdTokenChanged
auth.onAuthStateChanged
angularfire/src/auth/auth.ts
Lines 50 to 52 in 0ae30d8
This only applies to v5 branch, does not effect master branch.
v5
master
The text was updated successfully, but these errors were encountered:
onAuthStateChanged
authState
Addressed in 5.4.1, thanks for the PR!
5.4.1
Sorry, something went wrong.
No branches or pull requests
Version info
Angular: 8.2.14
Firebase: 7.8.0
AngularFire: 5.4.0
How to reproduce these conditions
In #2294,
AngularFireAuth.authState
had been incorrectly refactored to usedauth.onIdTokenChanged
. It should beauth.onAuthStateChanged
angularfire/src/auth/auth.ts
Lines 50 to 52 in 0ae30d8
This only applies to
v5
branch, does not effectmaster
branch.The text was updated successfully, but these errors were encountered: