Skip to main content

All Questions

0 votes
0 answers
30 views

How to optimize Firebase Analytics start up?

I have Firebase Analytics and Remote Config pods installed. When changing the phone's region (or restarting my phone) and starting my app again, the remote config fetchAndActivate takes more time to ...
Icare's user avatar
  • 1,333
1 vote
2 answers
1k views

Why Firebase Analytics first_open event is not sent automatically unless I first logEvent a dummy event explicitly?

I am following the setup https://www.raywenderlich.com/18579842-firebase-analytics-getting-started I am using flag -FIRAnalyticsDebugEnabled I view the real-time result in Firebase Analytics Debug ...
Cheok Yan Cheng's user avatar
0 votes
1 answer
4k views

Google (Firebase) Analytics Debugger Wont Show iOS Device (Flutter Project)

I have tried every solution I can find online, but I still cannot get an iOS device to show on the GA debugger view. I have added -FIRAnalyticsDebugEnabled to the debug scheme in XCode to my Flutter ...
Dennis Ashford's user avatar
8 votes
1 answer
829 views

I use Google Analytics in Flutter already, how can I also send events to it from native iOS/Android code?

I use firebase for flutter, where all the dependencies are on pubspec.yaml I would like to send an event to Firebase Analytics for some activities on the native side - Home screen widget, notification ...
Asaf Pinhassi's user avatar
3 votes
1 answer
8k views

FIrebase for iOS not logging custom events

Recently I have added Firebase to my project to add event tracking. The problem is that I can not log custom events. I have enabled Analytics at firebase I have added the GoogleService-Info file I ...
Andoni Da Silva's user avatar
0 votes
1 answer
234 views

In Firebase we want to send data only to GTM and not to the GA. Android and IOS

I have 3 questions regarding Firebase and GA integration with mobile app(both iOS and Android) If we integrate Firebase and GTM with mobile applications without GA, Does it store any information in ...
ajay kumaresh's user avatar
3 votes
2 answers
3k views

How to turn off data thresholds in Google Analytics for Firebase

I need help I integrate firebase analytics in my flutter projects. Wrote some custom events and want to work with data from this events, that why i create metrics and dimensions but it doesn't work ...
Serhii Heorhiiev's user avatar
1 vote
0 answers
63 views

Firebase Analytics events with Expo not firing on iOS

I have implemented Analytics events using Firebase Analytics in a React Native app using Expo. The setup works fine with Android and I can even see that my Firebase Dashboard detects my iOS users, ...
Filip Skukan's user avatar
0 votes
1 answer
364 views

Is Google Analytics for Mobile still working?

At my company we are making a new iOS + Android app. We need to get screen views analytics. At my company doesn't like Firebase Analytics because with the new events analytics (vs the old page views) ...
iVela's user avatar
  • 1,161
3 votes
1 answer
459 views

Firebase DebugView events not being filtered out from Analytics data

According to the Firebase documentation, enabling debug mode on iOS with -FIRDebugEnabled should also exclude events from appearing in the main analytics reports: I know that I've configured -...
Marco's user avatar
  • 2,274
1 vote
0 answers
434 views

How to get campaign referrals for both ios and android ( in react native project)

How to get campaign referrals for both ios and android( in react native project) To generate a campaign link we have to use For android: https://developers.google.com/analytics/devguides/collection/...
Pruthvi's user avatar
  • 590
1 vote
0 answers
77 views

Is there any way to add two google plists in one app?

I have multiple apps and I created an individual app in firebase for each app, Now I want to track analytics in one single project, So is there any way to add one google service plist for push ...
Goutham's user avatar
  • 191
2 votes
0 answers
921 views

Firebase Analytics.logEvent() doesn't work, but native event are ok

First of all, here are my steps: Pod Firebase/Analytics 7.5.0 : OK FirebaseApp.configure() in app.delegate : OK func application(_ application: UIApplication, didFinishLaunchingWithOptions ...
Bastien's user avatar
  • 21
0 votes
1 answer
130 views

How to report to Google Analytics a purchase made in a mobile app but paid offline, using Firebase SDK

TL;DR: In a native mobile app using Analytics integrated through Firebase SDK, how can I report a purchase paid offline, like Cash on Delivery? We have a mobile app that was developed using the ...
Manuel Capinha's user avatar
6 votes
2 answers
3k views

Do I need to ask for consent to use Google Analytics and AdMob in an iOS app that doesn't use the IDFA?

I'm developing an iOS app, and ideally I would like to include Google Analytics and AdMob (through Firebase). I would also like to avoid showing consent forms if it's not necessary - potentially by ...
Craig Brown's user avatar
  • 2,261

15 30 50 per page