Skip to main content

All Questions

0 votes
0 answers
14 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
1 answer
44 views

Firebase Analytics first_open and session_start events not sent when consent granted

In our project we switched to Consent Mode v2 and therefore set the initial consent of analytics_storage, ad_storage, ad_user_data and ad_personalization_signals to false. After this change we were no ...
AnSrwn's user avatar
  • 13
0 votes
0 answers
50 views

Getting 'not set'/garbage value for Google Ad Id (GAID) in Firebase analytics when set as custom user property

I fetch and send GAID from Splash activity of my application. I found the GAID alright in debug mode on my physical device. I also tested using Firebase debugging tool and got proper GAID value as a ...
M. Arabi Hasan Sakib's user avatar
1 vote
0 answers
33 views

Int and Long paramters show as "not set" in firebase analytics console

I have an event with three parameters, a String a Long, and another one is Int. The event triggered successfully and the value of the String parameter is showing in Firebase Analytics Console, but Int ...
saman shahsavari's user avatar
0 votes
0 answers
63 views

Disable Automatically Tracked Events on Firebase Analytics

On Firebase Analytics for Android, certain events like screen_view or session_start are automatically tracked. Since I wanted to send additional parameters with screen_view, I added the following line ...
notGeek's user avatar
  • 1,488
2 votes
1 answer
216 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
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
32 views

Should I use the same firebase project for 2 different but similar android apps

I have 2 different but similar apps one is for mathematics the other is for biology so I want to integrate Firebase for viewing analytics in this case should I use separate Firebase projects all I ...
Xamsoft Solutions's user avatar
1 vote
1 answer
191 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
0 votes
0 answers
106 views

Firebase Messaging works, but Analytics does not

I have empty analytics in firebase dashboard. Firebase Messaging is working fine though. This is my dependency : implementation platform('com.google.firebase:firebase-bom:32.7.3') implementation 'com....
Futeko TV's user avatar
0 votes
0 answers
11 views

Use single firebase project for different Android App Stores

I want to use Firebase Crashlytics and Analytics an Android app that is deployed on multiple app stores (Google Play, Amazon, ...) According to this documentation those services do not rely on google ...
McFarlane's user avatar
  • 1,837
2 votes
0 answers
524 views

Firebase warning: consent indicators not collected for ad personalization

Premise I have already Google UMP configured for Admob and I have already added the manifest values reported here for Firebase Analytics In the past week now I have seen this warning in the Firebase ...
AndreaF's user avatar
  • 12.3k
0 votes
1 answer
89 views

Android Unity - Firebase Console not showing any updates

I have installed Firebase in clean Unity Android project and it is not sending logs to Firebase console. There is no error in the Unity Console. Followed the official documentation. I don't know if it ...
Ali Gilani's user avatar
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
58 views

Analytics Ecommerce: is there a way to add custom parameters at item level to the add_payment_info event? Android app

in my Android application I want to record analytics when payment information is added along with the cart items, when a button is pressed. I want to collect custom parameters at item level that are ...
Rubén's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
51