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.

About Google Analytics for Firebase

Google Analytics for Firebase (originally called Firebase Analytics) is a component of the Firebase suite of tools for cross-platform application development.

  • Unlimited reporting of 500 event types, each with up to 25 attributes
  • One dashboard to view user behavior and cross-network campaign performance
  • Demographic segmentation, including age, gender, and location, available out-of-the-box
  • Export raw data to BigQuery for custom querying

Related tags

2416 questions
31
votes
5 answers

It is necessary to initialize Firebase Analytics in every Activity?

I don´t want to send any special logs to the Firebase Analytics console, just check in which screens is the user spending more time and so on. When I used AnalyticsTracker it was compulsory to add it everywhere, so do you can set the specific name…
Óscar
  • 1,143
  • 1
  • 19
  • 38
30
votes
8 answers

Firebase custom event parameters not visible in console

I need help with custom parameters of Firebase event, don’t seem to be able to see or use any event parameter. Basically trying to use parameters to create Audience segmentation, but parameters seem to never arrive (on the other hand all custom…
30
votes
6 answers

Disable Firebase in development mode in Android

I am using Firebase in my android project. Wanted to know how to disable it in development mode. All crashes and usage/events are being logged and messing up with actual analytics. Any better way to disable this in development mode?
Faisal Memon
  • 774
  • 3
  • 12
  • 28
29
votes
7 answers

No static method zzUr() in Firebase when I try to use Analytics with Notifications

I'm starting to use the Firebase Cloud Messaging. I have only the example code of the guide to use the Notifications and Analytics. If I don't install Analytics notifications works fine, but when I add in gradle the Analytics I have get this error…
S.P.
  • 2,274
  • 4
  • 26
  • 57
28
votes
12 answers

Firebase iOS Debug Console not logging anything

I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app. Output to console: Logging event: origin, name, params: app, log_something, { "_o" =…
CFowlie
  • 341
  • 1
  • 3
  • 11
28
votes
5 answers

How to delete an Analytics Event from Firebase

How can I delete an Analytics Event from Firebase? While I am testing I wrote some events in Firebase Analytics. Firebase by default orders all events alphabetically. So these testing events interrupts with original events. I could arrange them by…
Ashok Varma
  • 3,489
  • 3
  • 28
  • 43
27
votes
2 answers

Firebase Web Analytics: What is App version and how to set it

Hi I have been trying the new web analytics for my firebase projects and I see an App version user property as seen below. However with some research I could not figure out how to set this property or what it really means in terms of my Firebase…
Jimmy Kane
  • 16,223
  • 11
  • 86
  • 117
26
votes
3 answers

Disable auto-activity tracking in Firebase

I'm wondering, are there any way to disable analytics auto activity tracking? I have view hierarchy based on fragments and there are few cases: Activity that have one fragment always. Activity that can have different fragments as root. Activity…
Boris Rozhkovsky
  • 565
  • 1
  • 6
  • 17
26
votes
5 answers

How to disable/remove FirebaseAnalytics

I update 'Google/Analytics' from CocoaPod and get FirebaseAnalytics. After that, each time I run project, the FirebaseAnalytics turns out many error loggings. Currently I don't use this library and want to remove it. Unfortunately I can't find any…
nahung89
  • 7,745
  • 3
  • 38
  • 40
25
votes
3 answers

Enabling Debug Mode for Firebase Analytics for Flutter

I want to test receiving Firebase Analytics events on my development device. The documentation here says you need to do this by adding a command line argument to Xcode. To enable Analytics Debug mode on your development device, specify the …
Alex McLean
  • 2,524
  • 5
  • 30
  • 53
25
votes
1 answer

Firebase shows app version needs investigation

My app's firebase dashboard shows needs investigation (Analytics -> App release) I don't know why it is showing like that. Please see the screenshot Searched google to find out the reason, but got no useful links. Anyone knows why it is showing…
Sony
  • 7,136
  • 5
  • 45
  • 68
25
votes
4 answers

Enable Firebase debugView Events in React native

I have been trying to connect my ReactNative App to firebase for two reasons - 1. Push Notifications ( Done Successfully ) 2. Events logging for each user. I am facing issues with debugView to get live events in development mode, I am able to see my…
25
votes
1 answer

FirebaseAnalytics.getInstance showing warning but compiles successfully

When I write code about firebase analytics like FirebaseAnalytics.getInstance() I get a warning message: Missing permissions required by FirebaseAnalytics.getInstance: android.permission.ACCESS_NETWORK_STATE and android.permission.WAKE_LOCK Here…
kirtan403
  • 7,293
  • 6
  • 54
  • 97
25
votes
2 answers

What event should i use for sending a "button pressed" event on Firebase Analytics

The one I found most suitable is SELECT_CONTENT, but as the doc says: Select Content event. This general purpose event signifies that a user has selected some content of a certain type in an app. The content can be any object in your app. This…
Shirane85
  • 2,255
  • 1
  • 26
  • 38
25
votes
5 answers

Does Firebase Analytics Work Offline?

I know Firebase in general works offline, and syncs whenever an opportunity. Does the same thing apply to Firebase-Analytics for mobile (Android, iOS) apps? If yes (or partially yes) - how long can the user be offline?
Ronen Rabinovici
  • 8,680
  • 5
  • 34
  • 46