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
1
vote
1 answer

Firebase User Porperties quotas

There are up to 25 unique User Properties per app in Firebase, and they cannot be renamed or deleted. https://support.google.com/firebase/answer/6317519?hl=en&ref_topic=6317489 Are there are any quotas on how many different values can be stored in…
1
vote
0 answers

app running slow with Firebase Analytics

I have a problem with an app that slows down when calls are made to UIAlert. Alerts take a couple of seconds to appear and a few seconds more to react. At the same time, there is a burst of calls to Firebase/Analytics involving timers, I've copied…
Shane O'Seasnain
  • 3,534
  • 5
  • 24
  • 31
1
vote
0 answers

Is there any more than 25 event parameters and 25 user properties in firebase analytics

I read on firebase analytics that with each event we can add maximum of 25 Parameters and 25 user properties .Is there any way/solution in case I need to pass more number of parameters to each firebase event
1
vote
1 answer

Debugview keep logging

I currently play around with Firebase Analytics. I find that my DebugView will keep logging event after DELETEING arguments in scheme. Neither does --FIRDebugDisabled work, any idea?
Willjay
  • 6,381
  • 4
  • 33
  • 58
1
vote
0 answers

Phonegap & Firebase Analytics

Does anyone know how to implement Firebase Analytics in Phonegap app and test it? I have a basic "Hello world" app with the plugin installed Can anyone tell me what am I doing wrong? I also have to mention I build my apps with Adobe Phonegap online.…
SimpApp ro
  • 21
  • 3
1
vote
3 answers

Firebase Analytics - Custom Event, see percentages instead of values (iOS)

In my ios app, users upload files. I am logging a custom event called "upload_time" because I would like to see approximately how long uploads are taking. FIRAnalytics.logEvent(withName: "upload_time", parameters: [ …
wolf
  • 11
  • 1
  • 4
1
vote
1 answer

Bigquery & Firebase Analytics - how to select one event based on different parameters

Im trying to create a query that allows me too see amount of times where firebse_event_origin = "auto" and firebase_screen_class = TicketViewController. I tried putting AND statements as seen in the image below, but I dont get any results back. (ps.…
1
vote
1 answer

Accessing Struct(s) and Array(s) in Firebase Closed Funnels through BigQuery

I stumbled unto this standard SQL BigQuery documentation this week, which got me started with a Firebase Analytics Closed Funnel. I however got the wrong results (view image below). There should be no users that had a "Tutorial_LessonCompleted"…
d_-
  • 1,391
  • 2
  • 19
  • 37
1
vote
1 answer

Firebase Analytics userID

I have an app and would like to do a lot of analyses on the user behaviour. As I understand it, I can link Firebase to BigQuery and export raw data. What I'm interested in is whether Firebase will provide separate data for each user using the app or…
clownp
  • 19
  • 2
1
vote
0 answers

Can one app be registered with different accounts in Firebase?

I am using Firebase Messaging in my app and its registerd with one account in Firebase, now I have to use Firebase Analytics but I have to use another Firebase account for that. So is it possible to have same app registered for different Firebase…
Anupriya
  • 1,663
  • 3
  • 17
  • 28
1
vote
1 answer

Issues setting Firebase DEFAULT app parameters manually in Android

Experts, for security reasons we decided not to use the google-services.json and set the FirebaseApp DEFAULT parameters manually. I'm following the blog post here. We're using firebase sdk versions 10.2.6. Although I'm able to successfully set the…
checkmate711
  • 3,301
  • 2
  • 35
  • 45
1
vote
2 answers

Switching Firebase configuration file at runtime

My iOS app uses two Firebase configuration files, one for development and one for production. How can I switch between the two during runtime? When I attempt the switch with [FIRApp configureWithOptions:options];, I get the error: Default app has…
1
vote
0 answers

How to track analytics within SDK

I am working on a SDK in Android. I need to track some events within it. Is there any 3rd party analytics SDK which can do this? I tried Firebase and Fabric. It doesn't suit my use case because The analytics generated is associated with the APP that…
bhkiran
  • 389
  • 1
  • 2
  • 11
1
vote
3 answers

UI API called on a background thread at [FIRApp configure] in ios11

In ios11, Main Thread Checker warning occured at [FIRApp configure]; Main Thread Checker: UI API called on a background thread: -[UIApplication delegate] PID: 4438, TID: 13441549, Thread name: (none), Queue name: FIRAnalyticsQueue, QoS: 9 Does…
1
vote
1 answer

What does (not-set) means in FIrebase attribution?

Hi I see (not set) attribution in Firebase Analytic's attribution option along with (Direct) and rest of my attributions...What does it mean? when it gets trigger?
idurvesh
  • 644
  • 1
  • 7
  • 19