react-native-firebase-analytics icon indicating copy to clipboard operation
react-native-firebase-analytics copied to clipboard

React native bridge for firebase analytics

Results 32 react-native-firebase-analytics issues
Sort by recently updated
recently updated
newest added

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...

![simulator screen shot - iphone 6 - 2018-10-29 at 18 23 04](https://user-images.githubusercontent.com/26541759/47651425-1d294500-dba9-11e8-9e04-cf23365c28ac.png)

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...

![image](https://cloud.githubusercontent.com/assets/8033320/22617947/00c10196-eb14-11e6-9d3a-9d8fefdbe4d8.png) 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,...