DEV Community

Discussion on: Using Firebase Analytics with Expo

Collapse
 
bitttttten profile image
bitten

Thanks for the article! Although after installing, I do get a warning that

Firebase Analytics is not available in the Expo client. See "https://docs.expo.io/versions/latest/sdk/firebase-analytics" on more information on setting up Firebase Analytics with the standard Expo client.
- node_modules/expo/build/environment/muteWarnings.fx.js:18:23 in warn
- node_modules/expo-firebase-analytics/build/ExpoFirebaseAnalytics.js:40:17 in callAnalyticsModule
- node_modules/expo-firebase-analytics/build/ExpoFirebaseAnalytics.js:51:15 in <global>
- node_modules/regenerator-runtime/runtime.js:45:44 in tryCatch
- node_modules/regenerator-runtime/runtime.js:271:30 in invoke
- node_modules/regenerator-runtime/runtime.js:45:44 in tryCatch
- node_modules/regenerator-runtime/runtime.js:135:28 in invoke
...
Enter fullscreen mode Exit fullscreen mode

Even though I do see my Firebase logging in the console. Any idea if this is just a false positive warning?