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
127 votes
3 answers
74k views

Turning Firebase Analytics on on Xcode

I am trying to test the implementation of my Firebase Analytics. In their documentation they state that: Enable debug mode by passing the -FIRDebugEnabled argument to the application. You can ...
checklist's user avatar
  • 12.8k
109 votes
26 answers
157k views

Firebase Analytics Debug View does not show anything

I linked my Android app with Firebase using Android Studio Which created and set my google-service.json into my project. When i debug my event logging in logcat i got : V/FA-SVC: Successful upload. ...
mvand's user avatar
  • 1,133
90 votes
6 answers
67k views

How to see all device list in Firebase Analytics?

In our App we're using FCM, so Firebase analytics is also working. However, from the dashboard, we can only see top devices. Is there a way to see more details about devices? All the models All OS ...
Abu Ruqaiyah's user avatar
  • 1,546
90 votes
2 answers
28k views

How to move from Google-Analytics to Firebase-Analytics?

Background In the recent months, Google has published a new Analytics alternative, called "Firebase Analytics" . The problem As the app already does have Google-Analytics, I find some obstacles ...
android developer's user avatar
86 votes
1 answer
26k views

Firebase for iOS, GoogleService-Info.plist property "IS_ANALYTICS_ENABLED" set to "NO"

Xcode 7.3, iOS 9.3.3 My GoogleService-Info.plist "IS_ANALYTICS_ENABLED" is set to "NO". I am integrating Firebase into my iOS app. for the first time. Will this prevent Firebase from properly ...
serge-k's user avatar
  • 3,452
72 votes
6 answers
54k views

Firebase Analytics custom events params

I am completely new to Firebase analytics. I am trying to send an event which shows statistics about my API call. endTime = System.currentTimeMillis() - startTime; // [START event] Bundle params = ...
Rustam Ibragimov's user avatar
63 votes
5 answers
73k views

How to view event parameters from Firebase console

I have just started using Firebase for my app analytics and I'm having some issues trying to view the parameters associated with my events. Upon logging into the console, selecting my app, then I ...
themanatuf's user avatar
  • 3,030
62 votes
5 answers
40k views

How do I track Flutter screens in Firebase analytics?

I have a Flutter app and I'm testing Google Analytics for Firebase on Flutter. I wanted to see the routes our users (well, me for now) are visiting. I followed the setup steps in firebase_analytics ...
Vince Varga's user avatar
  • 6,740
60 votes
7 answers
44k views

How much time does it take for firebase analytics first report?

We wanted to try out the new analytics capabilities provided by firebase and followed all the steps in the getting started guide. We've run the app, logged a lot of events, and it's been a few hours, ...
Manoj Madanmohan's user avatar
60 votes
8 answers
112k views

How to add Firebase custom events for analytics?

I've seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :) So, this is my method for ...
joe's user avatar
  • 1,371
59 votes
4 answers
26k views

How to track android fragments using firebase analytics

In my android application, I have an Activity that has 3 or 4 fragments that can be attached in sequence based on some user or server events. I would like to track all these fragments as screens in ...
Zhen Liu's user avatar
  • 7,848
44 votes
5 answers
23k views

Firebase Analytics setScreenName deprecated

In version 6.29.0 of Firebase Analytics the method class func setScreenName(_ screenName: String?, screenClass screenClassOverride: String?) is deprecated. The hint given is to Use +[FIRAnalytics ...
Rool Paap's user avatar
  • 1,956
44 votes
11 answers
81k views

Firebase Analytics events from iOS not showing up

I am testing the new Google-powered Firebase, and have implemented remote notifications and crash reporting. I am, however, having massive problems with getting Analytics to work. I track events with ...
Daniel Saidi's user avatar
  • 6,179
44 votes
1 answer
617 views

Firebase reporting GoogleTV for some iOS users

We are seeing a large percentage of our analytics report Google TV in our iOS application. Since we in no way support Google TV, this has to be a error. We have followed the firebase install, and ...
Rob Bonner's user avatar
  • 9,386
43 votes
2 answers
37k views

Why are the custom events of Firebase analytics not shown on dashboard?

I have integrated firebase into my Android application. I am sending custom events as follows : Bundle bundle = new Bundle(); bundle.putString("First Category", "First catValue"); ...
Prashant's user avatar
  • 4,564

15 30 50 per page
1
2 3 4 5
165