capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
159 stars 63 forks source link

initializeFirebase prevents app from getting stable #145

Open Schwankenson opened 1 year ago

Schwankenson commented 1 year ago

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?