angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.66k stars 2.19k forks source link

bug: AngularFirePerformanceModule and AngularFireAuthModule both do not allow to expose ApplicationRef.isStable = true #2120

Closed 0x6368656174 closed 3 years ago

0x6368656174 commented 5 years ago

Version info

Angular: 8.0.2

Firebase: 6.2.2

AngularFire: 5.2.1

How to reproduce these conditions

https://stackblitz.com/edit/angular-okjfft (look at console)

Steps to set up and reproduce

If you add AngularFireAuthModule and AngularFirePerformanceModule to the project at the same time, then the ApplicatorRef.isStable will never have true.

Expected behavior

After application was init, ApplicationRef.isStable must be true.

Actual behavior

ApplicationRef.isStable always false.

jamesdaniels commented 3 years ago

Addressed in recent versions.