mic345

Results 6 comments of mic345

Hi JW and thanks for the feedback 👍 If we don't call `FirebaseAnalytics.initializeFirebase` we are getting the following error: ``` [error] - ERROR Error: Uncaught (in promise): Firebase analytics is...

OK, we were able to overcome this issue by using [this as a working example](https://devdactic.com/firebase-analytics-ionic/) for our prototype. The problem occurs if you call `FirebaseAnalytics.initializeFirebase` from within `AppComponent.initializeApp()` (as we...

Hi Jim and thanks for the feedback! > Sorry, I don't think I was clear with what I was suggesting, I end up doing: ... When we tried doing it...

It should return a `Promise` with a consistent `type` and not `Promise` on one platform and `Promise` on another...

> Sorry for my first msg. No worries 😊

Hi dodomui, Comparing [FirebaseRemoteConfigWeb.configure()](https://github.com/capacitor-community/firebase-remote-config/blob/e143b74c1d92c914e291fa7ce170a4edbcfd00f2/src/web.ts#L217) and [FirebaseAnalyticsWeb.configure()](https://github.com/capacitor-community/firebase-analytics/blob/6e6476cb969bee338e0ff19348acb313039967b1/src/web.ts#L255) I wonder if the message should be printed at all. Thanks, mic.