Skip to main content

All Questions

0 votes
1 answer
15 views

Firebase Analytics show data from more countries than my app is available in

I have a Flutter app that is currently available only in 15 countries. I'm using Firebase for analytics, but when I check the demographics, it shows users from more than 64 countries. What could be ...
Velicheti Sowmitri's user avatar
1 vote
1 answer
117 views

Flutter Firebase Analytics Android: Network upload failed (java.net.ConnectException)

I'm facing an issue with Firebase Analytics event logging in my Flutter app. Events are not being logged on Android devices, although they work perfectly on iOS. The following error message appears in ...
Ashim Bhadra's user avatar
1 vote
1 answer
146 views

Flutter Firebase Analytics Error: Undefined symbol: _FIRConsentStatusDenied

I am trying to implement firebase analytics and crashlytics to my flutter project but I am getting the error below when I try to run on iOS simulator and physical device: Error (Xcode): Undefined ...
t13n's user avatar
  • 352
2 votes
1 answer
217 views

Flutter Firebase: Missing google_app_id

Recently I have added firebase to my flutter project. I used the dart, flutter fire and firebase CLI to initialize the project by following the steps below. $ dart pub global activate flutterfire_cli $...
Nishuthan S's user avatar
  • 1,706
1 vote
0 answers
95 views

Google Ads Conversion not tracking for flutter ios app

I am developing an application with Flutter. I use firebase and google ads. I want to track conversions for iOS on Google ads, but the conversions do not appear campaign specific. What do you think ...
bluej4ker's user avatar
1 vote
0 answers
119 views

firebase_core : "Found duplicate classes", "No package ID 7a found for ID 0x7a0b0007", "Missing google_app_id"

I've been trying to insert firebase_auth, firebase_core, firebase_crashlytics, google_sign_in in a flutter project with Android Studio running on a windows PC. While the app appears to "work"...
pjpac's user avatar
  • 23
1 vote
1 answer
192 views

Missing google_app_id. Firebase Analytics disabled After Migrate Deprecated imperative apply of Flutter's Gradle plugins

I've just migrated Flutter's Gradle plugins by following this official link. However, I got the error says Missing google_app_id. Firebase Analytics disabled. I tried looking for solutions from here ...
Settasit7's user avatar
3 votes
2 answers
1k views

Missing google_app_id. Firebase Analytics disabled

I have created a new Flutter project and created Firebase apps using flutterfire configure, Analytics works perfectly fine in iOS, but the android app didin't trigger analytics even a single time. It'...
SwamiJi's user avatar
  • 89
0 votes
0 answers
87 views

Google Analytics 4 x Flutter change/ override device category

I am now setting up analytics on my mobile flutter app and I would like to see the different device types that are being used by my users. The device types I have configured within flutter are Mobile, ...
RishV's user avatar
  • 309
0 votes
1 answer
357 views

Flutter Firebase - Use of undeclared identifier 'FIRAnalytics'

I am working on a flutter project on my M3 Macbook and trying to implement FirebaseAnalytics (not first time btw). I followed th guide completely and I got the error; I tried to clean cache of pub, ...
t13n's user avatar
  • 352
0 votes
0 answers
33 views

The method 'getSessionId' isn't defined for the class 'FirebaseAnalyticsPlatform'

I got this error when tried to update Flutter package Detail error Error (Xcode): ../../.pub-cache/hosted/pub.dev/firebase_analytics-10.8.0/lib/src/firebase_analytics.dart:81:22: Error: The method '...
Anhdevit's user avatar
  • 2,074
0 votes
0 answers
138 views

flutter firebase analytics does not log every event

I've created an extended NavigatorObserver to listen to push and pop events from the app's navigator. Within this observer, I'll try to log screen view events to firebase analytics. While I'm ...
Marco Niedermann's user avatar
-1 votes
1 answer
92 views

Do I Need to Add android.permission.ACCESS_NETWORK_STATE for Firebase Analytics?

Do I need to add android.permission.ACCESS_NETWORK_STATE for Firebase Analytics? <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Jorpy's user avatar
  • 333
0 votes
1 answer
51 views

Do i Need to Add android.permission.INTERNET for Firebase Analytics?

Do i need to add android.permission.INTERNET for Firebase Analytics? <uses-permission android:name="android.permission.INTERNET" />
Jorpy's user avatar
  • 333
2 votes
0 answers
111 views

How can we attribute Google Ad campaign to an app user in Flutter

We are using Google Ads as a source for new users of our app. We have it linked to Firebase and can see the install (first_open) events in Google Ad words. We would like to record the Google Ad ...
Kram's user avatar
  • 4,095

15 30 50 per page
1
2 3 4 5
12