307 questions
25
votes
1
answer
33k
views
Is there any api for dashboard analytics data?
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)
});
73
votes
6
answers
55k
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 = ...
10
votes
3
answers
20k
views
Firebase analytics from remote REST API?
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 ...
5
votes
1
answer
6k
views
How to get an export of firebase analytics full historic data?
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 ...
39
votes
4
answers
139k
views
Using Firebase in .NET
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 ...
11
votes
1
answer
10k
views
Firebase - log events from server side cloud functions [duplicate]
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 ...
61
votes
7
answers
49k
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, ...
28
votes
5
answers
52k
views
iOS: 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 ...
11
votes
1
answer
7k
views
Include Firebase Analytics in library
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 ...
17
votes
4
answers
17k
views
How to calculate Session and Session duration in Firebase Analytics raw data?
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 ...
35
votes
1
answer
44k
views
How event "first_open" in firebase analytic count?
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 ...
9
votes
3
answers
12k
views
Can I get firebase analytics data using query?
How can I get firebase analytics data using HTTP request or api?
I want to show firebase analytics data on my website
9
votes
2
answers
10k
views
How does Firebase Analytics define a "user" (for purposes of Audience)?
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 ...
5
votes
1
answer
3k
views
Can I track my Firebase function in Google Analytics?
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 ...
92
votes
1
answer
30k
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 ...
38
votes
9
answers
52k
views
Disabling firebase automatic screen reporting
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 ...
36
votes
4
answers
31k
views
Android Firebase Analytics Custom Events Reporting in Console
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 ...
6
votes
3
answers
3k
views
Discrepancies on "active users metric" between Firebase Analytics dashboard and BigQuery export
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. ...
43
votes
2
answers
28k
views
How can i use the NEW Firebase Analytics feature with a webapp?
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 ...
41
votes
13
answers
79k
views
Header file (FirebaseCore/FirebaseCore.h) not found, despite importing Firebase.framework
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 ...
26
votes
5
answers
13k
views
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 ...
22
votes
5
answers
35k
views
V/FA: Processing queued up service tasks: 1 followed by V/FA: Inactivity, disconnecting from AppMeasurementService
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 ...
3
votes
1
answer
8k
views
Firebase analytics log events with cloud functions [duplicate]
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 ...
118
votes
26
answers
174k
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. ...
69
votes
5
answers
81k
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 ...
60
votes
8
answers
119k
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 ...
40
votes
4
answers
21k
views
Completely disable Firebase/Analytics to stop console spam on app startup
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 ...
29
votes
7
answers
27k
views
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 ...
21
votes
4
answers
32k
views
How to export Firebase analytics data
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 ...
17
votes
3
answers
16k
views
Firebase Analytics demographics
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 ...
17
votes
6
answers
13k
views
Screen tracking support - Firebase 9.8
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:
...
11
votes
4
answers
8k
views
Error: cannot access zzbgl
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 ...
4
votes
1
answer
4k
views
Is there any REST API to send data to firebase analytics
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 ...
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 ...
45
votes
11
answers
86k
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 ...
39
votes
14
answers
62k
views
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:
<FIRAnalytics/DEBUG> Logging event: ...
36
votes
4
answers
17k
views
How to debug Firebase on iOS AdHoc build
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 ...
25
votes
5
answers
24k
views
Firebase analytics AppMeasurement not enabled
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 ...
23
votes
4
answers
39k
views
Firebase Analytics event logging error
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....
20
votes
4
answers
35k
views
Remove firebase analytics from android app completely
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 ...
19
votes
3
answers
10k
views
FireBase error -9806, SSL error -1200
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 ...
18
votes
3
answers
12k
views
Firebase Analytics in Xamarin Forms
Can we get custom events such as say Button 1 was pressed using Firebase Analytics in a Xamarin Forms Project ?
15
votes
1
answer
4k
views
How do I delete user analytics data from Firebase using userDeletionRequests:upsert?
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.
...
15
votes
4
answers
13k
views
How to select multiple custom Firebase event parameters in BigQuery?
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 ...
9
votes
2
answers
4k
views
Firebase BigQuery server offset time
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 ...
8
votes
1
answer
7k
views
Firebase Analytics not working with Instant App or Normal App
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 ...
7
votes
1
answer
5k
views
Firebase -> BigQuery how to get active users for that month, week, day
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 ...
7
votes
2
answers
4k
views
Firebase analytics event logging in multi-process app
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 ...
5
votes
1
answer
6k
views
Firebase Analytics first_open from Google Analytics
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 ...
3
votes
1
answer
945
views
Crash when Use Firebase Analytics in a project SDK Cocoa Touch Framework
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 ...