When I call FirebaseAnalytics.initializeFirebase
before this.applicationRef.isStable
observable becomes true, then it takes 30 seconds or so to get stable. Is there a timeout or something in this function, which prevents app from getting stable? Is it not intended to call it before app gets stable?