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
subscribe
authState()
Angular: 18.0.3
Firebase: 10.12.2
AngularFire: 18.0.1
Failing test unit, Stackblitz demonstrating the problem
Stackblitz example with the problem: https://stackblitz.com/edit/stackblitz-starters-zfidzt?file=src%2Fmain.ts
Steps to set up and reproduce
ApplicationRef.isStable
Errors in the JavaScript console
message: isStable: true is expected, but it never comes
isStable: true
ApplicationRef.isStable emits true after application start.
true
ApplicationRef.isStable never emits true, if two consecutive subscribe calls on the Observable created by authState() are made.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version info
Angular: 18.0.3
Firebase: 10.12.2
AngularFire: 18.0.1
How to reproduce these conditions
Failing test unit, Stackblitz demonstrating the problem
Stackblitz example with the problem: https://stackblitz.com/edit/stackblitz-starters-zfidzt?file=src%2Fmain.ts
Steps to set up and reproduce
ApplicationRef.isStable
never emits trueDebug output
Errors in the JavaScript console
message:
isStable: true
is expected, but it never comesExpected behavior
ApplicationRef.isStable
emitstrue
after application start.Actual behavior
ApplicationRef.isStable
never emitstrue
, if two consecutivesubscribe
calls on the Observable created byauthState()
are made.The text was updated successfully, but these errors were encountered: