Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
0 answers
15 views

Firebase Console showing no data for android app

I have added Firebase analytics to my app where I log the events using analytics library. The code for same is analytics().logEvent('channel_opened'); But the problem is that the app does not shows ...
Rohit Aggarwal's user avatar
0 votes
0 answers
41 views

expo react native , @react-native-firebase/app I got this error Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()

i was using expo react native ive install the firebase package using npm install --save @react-native-firebase/app i also install the package im using @react-native-firebase/analytics the issue is ...
shabas 001's user avatar
0 votes
1 answer
256 views

EAS local build for iOS failing after adding react-native-firebase/analytics?

I am trying to run @react-native-firebase/analytics in my Expo-managed app. I've followed the official guide and installed required packages, and added the necessary configuration to my app.json. But ...
Rwzr Q's user avatar
  • 165
0 votes
0 answers
25 views

Keep the same remote config even if the user changes device - firebase a/b

I don't quite understand if it's something that just occurred to me or if it's really hard to find the answer. The problem is simple and basic, I have a firebase experiment that assigns variants of ...
LcsGrz's user avatar
  • 143
0 votes
0 answers
151 views

Firebase analytics not logging react native app activities

I'm currently working on a React Native app using Expo Go and have successfully integrated Firebase for authentication and database functionality. However, I'm facing issues with Firebase Analytics. I ...
mlwkl's user avatar
  • 23
0 votes
0 answers
78 views

Logging event id of an event with GA4 react native to be used to filter for online reports and graphs

If I want to collect the Event ID when a users views an event to be used for reporting and filtering in GA4, is this code the best way to do it? The URL has the Event ID, but Id rather have something ...
Mike Flynn's user avatar
  • 24.1k
0 votes
0 answers
26 views

Firebase Analytics in React Native iOS App sends exact same event data

Events that has the same data with following columns are recorded in Firebase Analytics event_timestamp event_name user_pseudo_id Here is summarized table with Big Query I have researched and found ...
TAKAGI Kensuke's user avatar
0 votes
2 answers
173 views

expo: how can I track user interaction inside my application without relaying on third party dashboards

I have applications deployed on Play Store, and I want to track users' interactions with the applications so I can make the application more user-friendly things I need to keep track of: screen time: ...
DarkSide77's user avatar
2 votes
0 answers
747 views

Unable to build React native project after upgrading to xcode 15. clang: error: linker command failed with exit code 1 (use -v to see invocation)

After upgrading xcode to 15.0.1, Project is failing to build. Below are the exact logs. It seems firebase analytics library but I am not sure what to do next. I did everything like pod deintegrate, ...
Parth's user avatar
  • 51
0 votes
0 answers
115 views

REACT NATIVE - Firebase Android e-commerce events not fired with Google Tag Manager

we are working on a React Native app that implements various react-native-firebase modules. The plugin implementation was done correctly, as we could see the various events on the Firebase console. ...
e-compa's user avatar
0 votes
0 answers
155 views

Is there a way to delete/clear a user property from Firebase Analytics?

I am using react-native-firebase and what I want to do is to remove user properties once the user do a log out. I think that some time ago just setting the user property to null worked, but it doesn't ...
Joaquin Bianchi's user avatar
2 votes
0 answers
284 views

Firebase Analytics. Custom item-scoped parameters are not shown in Debug View

We use @react-native-firebase/analytics version 14.2.1 in our React Native App Everything works well, except one thing. We track e-commerce events, such as add_to_cart, begin_checkout, purchase, etc. ...
Aris Paskalov's user avatar
0 votes
0 answers
104 views

Firebase Logged Events are visible in DebugView but not in Firebase Events

I'm on a React Native Project and I'm using Firebase Analytics v21.2.0 The Issue I was facing was that several of my Logged Events were missing on Production. To test this, I tried to log some test ...
Vynex's user avatar
  • 1
0 votes
1 answer
251 views

Firebase analytics production events not containing all param data when comparing to dev environment

Looking at the events from last 30 mins if you count all the different events types you get a sum very far from the overall event count. (By example if you count the language type ones) It appears ...
Florin Dobre's user avatar
  • 10.1k
0 votes
1 answer
274 views

Analytics registering events only after app uninstall

I am using react-native-firebase/analytics in order to log analytics for my application. I am using expo and even though that iOS works like a charm, on Android, I have to delete the application for ...
StavrosRemws's user avatar

15 30 50 per page
1
2 3 4 5
7