Skip to main content
Filter by
Sorted by
Tagged with
25 votes
1 answer
33k views

Is there any way i can query in my app for data from the analytics tab of dashboard? For example: ref.on("value", function(dashboard) { console.log(dashboard.concurrentUsers) });
Aljoša Srebotnjak's user avatar
73 votes
6 answers
55k views

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
10 votes
3 answers
20k views

Is it possible to have Firebase analytics hook into a remote REST API endpoint? More concretely, suppose I have a remote REST API, with an endpoint that computes the average number of videos each of ...
fpghost's user avatar
  • 2,974
5 votes
1 answer
6k views

I have setup Firebase analytics data to BigQuery. However I received my first export today and it contains all yesterdays user statistics. That is great but I need lifetime statistics history or at ...
PovilasID's user avatar
  • 895
39 votes
4 answers
139k views

I want to implement Firebase into my .NET WPF Desktop Application. I can't find anything useful on the internet about this topic, it seems like it's completely unsupported. There is only a Xamarin ...
Christian Klemm's user avatar
11 votes
1 answer
10k views

We've developed a mobile app using Firebase and we want to add analytics. We want to add to the analytics several system events that are triggered from existing cloud functions. I do not see any way ...
Philippe Cohen's user avatar
61 votes
7 answers
49k views

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
28 votes
5 answers
52k views

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 ...
nahung89's user avatar
  • 8,155
11 votes
1 answer
7k views

I have multiple Android apps that all include a custom library. This library is the core of the apps, and each app just contains a main activity extending an activity from the library to decide which ...
Anddev's user avatar
  • 195
17 votes
4 answers
17k views

How to calculate Session Duration in Firebase analytics raw data which is linked to BigQuery? I have used the following blog to calculate the users by using the flatten command for the events which ...
Joshua Johnson's user avatar
35 votes
1 answer
44k views

In my firebase analytic event "first_open" shows 489 download till 7th july but in play store stats it shows 347 download till 7th july, i don't know why these no. is differ. Definition of ...
Mukesh Gupta's user avatar
  • 1,433
9 votes
3 answers
12k views

How can I get firebase analytics data using HTTP request or api? I want to show firebase analytics data on my website
Abhijeet Sinha's user avatar
9 votes
2 answers
10k views

I've been told that, "Once a user is in an audience, they will forever be in that audience". I'm curious how long is "forever," in the context of a user? For instance, if a user changes phones, or ...
jkane001's user avatar
  • 1,704
5 votes
1 answer
3k views

Is there any way to perform Server-side event tracking? Every call to my Firebase function, has to go through multiple steps. I couldn't monitor it through console logs. Actually I need to prepare ...
Karthi R's user avatar
  • 1,368
92 votes
1 answer
30k views

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,512
38 votes
9 answers
52k views

Is there a way to disable Firebase analytics automatic screen reporting? I have a few UIViewCOntroller's that i don't want to be reported. So i want to manage the screen reporting my self. Setting ...
ilan's user avatar
  • 4,462
36 votes
4 answers
31k views

Accept my apologies in advance if this is the incorrect place to post this question as I am unsure what would be. What I am trying to accomplish is to record a custom even using Firebase analytics ...
ez4nick's user avatar
  • 10.3k
6 votes
3 answers
3k views

According to Firebase Analytics docs (https://support.google.com/firebase/answer/6317517#active-users), the active number of users is the number of unique users who initiated sessions on a given day. ...
Javier Ramirez's user avatar
43 votes
2 answers
28k views

So at google i/o 2016, google announced firebase analytics feature, I currently only have a webapp on firebase, how i can use that feature? OR will I have to resort to something like Amplitude(Web and ...
jasan's user avatar
  • 13.2k
41 votes
13 answers
79k views

I am trying to manually import and use the Firebase framework in my iOS application. I am starting off with the basic bare minimum Analytics framework (then I'll add the rest of the frameworks). I ...
Supertecnoboff's user avatar
26 votes
5 answers
13k views

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 ...
Ronen Rabinovici's user avatar
22 votes
5 answers
35k views

As it is visible in the console output below, the application usually needs 7-10 seconds to process the service and often fails to do it. This happens on every startup. Why is it taking so long? Is ...
Tsvetozar Tsonev's user avatar
3 votes
1 answer
8k views

I'm using google cloud functions as backend to process my app orders and connect with gateway payment to accept/deny purchases... Everything is working fine. but i would like to register the purchase ...
Rafael Lima's user avatar
  • 3,585
118 votes
26 answers
174k views

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,223
69 votes
5 answers
81k views

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,160
60 votes
8 answers
119k views

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,373
40 votes
4 answers
21k views

I've installed Google/SignIn cocoapod into my application (which I need to support GoogleDrive), but it depends on Google/Core which depends on FirebaseAnalytics. I don't want or need ...
JosephH's user avatar
  • 37.5k
29 votes
7 answers
27k views

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 ...
S.P.'s user avatar
  • 2,604
21 votes
4 answers
32k views

I'm trying to figure out if it's possible to export all the Firebase Analytics data to an excel spreadsheet, similar to how you can do it with Google Analytics. From what I can find the only way to go ...
random's user avatar
  • 8,598
17 votes
3 answers
16k views

The Firebase Analytics dashboard shows a card for demographics, including age and gender. According to https://support.google.com/firebase/answer/6317486?hl=en Firebase should be automatically ...
Joe's user avatar
  • 42.2k
17 votes
6 answers
13k views

According Firebase Android SDK Release Notes with 9.8 update we have screen tracking support with android screens and activities... The documentation says that this event works like that: ...
Merlí Escarpenter Pérez's user avatar
11 votes
4 answers
8k views

I am developing an application and I am getting the following error: error: cannot access zzbgl class file for com.google.android.gms.internal.zzbgl not found I know there's a question here in ...
P. Vera's user avatar
  • 315
4 votes
1 answer
4k views

Firebase console gives good analytics data in one dashboard. Is there any API by which I can push my analytics data from my own portal to Firebase analytics and see that analytics data in firebase ...
Praneeth's user avatar
  • 637
90 votes
2 answers
28k views

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
45 votes
11 answers
86k views

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,208
39 votes
14 answers
62k views

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: <FIRAnalytics/DEBUG> Logging event: ...
CFowlie's user avatar
  • 451
36 votes
4 answers
17k views

The only way to debug Firebase is to pass -FIRAnalyticsDebugEnabled on arguments passed on launch. It's working in debug mode with my iOS device connected but I would like to deploy an AdHoc build ...
Antoine Gamond's user avatar
25 votes
5 answers
24k views

I have followed all the instructions for integrating Firebase analytics correctly in my project. But when I enable debug logging to make sure the events are being sent (using instructions from here) I ...
Kayvan N's user avatar
  • 8,466
23 votes
4 answers
39k views

I use Firebase Analytics and my app logs some events with this code: Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.ITEM_ID, "SOME_ID") bundle.putString(FirebaseAnalytics....
user35603's user avatar
  • 795
20 votes
4 answers
35k views

I added firebase analytics in my app just to try it out. I followed the steps in official guidelines. Now I have decided against it. I have undone whatever I had done to add it. (Removed entries from ...
Kanj Narayan's user avatar
19 votes
3 answers
10k views

I'm using the new FireBase SDK introduced at I/O 2016 and I'm getting this error after integrating with my app. This happens at app launch. 2016-08-06 06:28:06.237 MyApp[49084:2511094] CFNetwork ...
ArdenDev's user avatar
  • 4,211
18 votes
3 answers
12k views

Can we get custom events such as say Button 1 was pressed using Firebase Analytics in a Xamarin Forms Project ?
Ashish Kumar's user avatar
15 votes
1 answer
4k views

Problem Description My Android app collects data via Google Analytics for Firebase. For privacy reasons, users must be able to wipe their data off the Firebase servers, should they choose to do so. ...
greeble31's user avatar
  • 5,051
15 votes
4 answers
13k views

I exported Firebase events to BigQuery and now I'm trying to select two parameters from a certain event. Here is the query for selecting one parameter: select event_dim.params.value.int_value as ...
Luka Maške's user avatar
9 votes
2 answers
4k views

Background: I'm having the Firebase analytics data exported to BigQuery. And I'm using cron jobs to crunch data in BigQuery for getting insight. Problem: To be able to only crunch delta data i.e. the ...
Daniel Petersson's user avatar
8 votes
1 answer
7k views

I have an app that is modularized to support instant-apps. App modules: app instantapp base main detail search I tried to add Firebase by adding: classpath 'com.google.gms:google-services:3.1.1' → to ...
Punpuf's user avatar
  • 2,164
7 votes
1 answer
5k views

I have absolutely no idea where to start on this, I've already searched google for information and came up with nothing. I have many apps from Firebase feeding into BigQuery. I want to be able to get ...
Joe Scotto's user avatar
  • 11.1k
7 votes
2 answers
4k views

I have integrated Firebase analytics into my app which has two process : a Background process and a UI process. What I experienced using Firebase was that I'm able to log events from the UI process ...
Siddharth2092's user avatar
5 votes
1 answer
6k views

My Android app right now uses Google Analytics. However, I want to add Firebase Analytics as well. Let's say the new version of the app now has FA. Will the 'first_open' event be triggered for old ...
Sergiy's user avatar
  • 221
3 votes
1 answer
945 views

I created a CocoaTouch Framework SDK, which uses the Firebase library for checking. However, I have the following problem: - Added Firebase Analytics to the SDK, build successful, however if in SDK ...
Văn Hải Cao's user avatar

1
2 3 4 5
7