react-native-firebase-analytics
react-native-firebase-analytics copied to clipboard
React native bridge for firebase analytics
I am getting this error with RN 0.40 Xcode 8.2.1. Any idea why?
React Native version: 0.40 Error: ``` /node_modules/react-native-firebase-analytics/ios/RNFIRAnalytics.h:4:9: fatal error: 'FirebaseCore/FIRApp.h' file not found #import ^ 1 error generated. ** BUILD FAILED ** The following build commands failed: CompileC /Users/Enes/RN/Tviz/ios/build/Build/Intermediates/RNFIRAnalytics.build/Debug-iphonesimulator/RNFIRAnalytics.build/Objects-normal/x86_64/RNFIRAnalytics.o RNFIRAnalytics.m...

I am not sure how we can use this package to identify a unique installation of the App (i.e. get the Ad Id). See here: https://support.google.com/firebase/answer/6318039 How can we do...
 using react-native-firbase-analytics `1.0.6` using react-native `0.32.0` ```javascript import React, { Component, PropTypes, } from 'react'; import { View, StyleSheet, ScrollView, Alert, AlertIOS, InteractionManager, } from 'react-native'; import Analytics from...
Each time I try to call `setScreenName` I get the following warning: ``` setScreenName:screenClass: must be called after a view controller has appeared ``` To get the warning you have...
Dear Developer! How are you? Thanks for your module. But I can't see any analytics on Firebase Console. I added all as what written in ready. If you help me,...
Hi, I use Google Analytics for firebase and I try to sent `logEvent( )` to firebase from Android app but I can't see any event show (it's show only `first_open,...