Skip to main content

Questions tagged [firebase-analytics]

Google Analytics for Firebase is a free, out-of-the-box analytics solution that provides actionable insights based on app usage and user engagement. It integrates across Firebase and Google and provides you with unlimited reporting for up to 500 event types that you define using the SDK. Google Analytics reports help you understand clearly how your users behave, enabling you to make informed decisions regarding app marketing and performance optimizations.

firebase-analytics
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
0 votes
1 answer
20 views

How to setup analytics of total number of documents in subcollections with Firebase

I have what is essentially an advanced note-taking app where users create different types of notes. I would love to setup some analytics in Firebase analytics so I can view graphs of total counts for ...
bf8's user avatar
  • 90
0 votes
0 answers
15 views

Firebase Analytics condition operator for user properties

When creating an audience in Firebase, and selecting a custom user property (which is a string), do the filter condition operators <> > = etc compare lexographically? Or do they work only on ...
Alfons's user avatar
  • 1,845
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
0 votes
0 answers
21 views

How to see total unique users on FB Analytics?

I am struggling to navigate Firebase Analytics and would greatly appreciate any assistance or direction to relevant documentation. My goal is to leverage Firebase Analytics or Google Analytics 4 (GA4) ...
jake42's user avatar
  • 1
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
0 votes
0 answers
81 views

Firebase Event parameters missing in console

Here is my (Swift) code to log a particular event: Analytics.logEvent("Category", parameters: [ "id": cat.id as NSObject, "title": cat.title as NSObject ]) The &...
soleil's user avatar
  • 12.8k
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
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
29 views

Data Transfer From Table to Table in BigQuery

I have a question about BigQuery data. In my events dataset, there is a table for each date, like 20240301, 20240302, and so on. For example, for the table for 20240305, the timestamps are recorded ...
GUOYUEYANG HUANG'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
30 views

Bug: Google Analytics 4 UI first_open Android datastreams

Problem Event first_open missing from Android platform in Google Analytics 4 UI. Reproduction Mobile App released on 26.2.2024 We wanted to check first_open events and they were missing in GA4 report ...
michalnovacek's user avatar
0 votes
0 answers
55 views

How to manage page_views in different languages and with custom URL parameters?

I have a nextjs app with firebase-analytics. I'm using some dynamic routes, for example /object/{OBJECT_ID}/details In ga4, in the Pages and screens section, if I filter by Page path, I get a bunch of ...
Simon Tran's user avatar
  • 1,850

15 30 50 per page