firebase-analytics

Firebase modules failed to initialize: remote_config (missing dependency)

走远了吗. 提交于 2019-12-07 05:03:25
Lately I've been getting quite some of these crashes: java.lang.Exception: InitializationException : Firebase modules failed to initialize: remote_config (missing dependency) at Firebase.FirebaseApp.CreateAndTrack(Firebase.FirebaseApp) at Firebase.FirebaseApp.Create(Firebase.FirebaseApp) at Firebase.FirebaseApp.get_DefaultInstance(Firebase.FirebaseApp) at Firebase.Analytics.FirebaseAnalytics..cctor(Firebase.Analytics.FirebaseAnalytics.) at Titan.Managers.GameManager.Awake(Titan.Managers.GameManager) On Awake I'm only calling this: Firebase.Analytics.FirebaseAnalytics.SetUserId(udid); Does

How exactly do Firebase Analytics handle session duration / timeouts?

♀尐吖头ヾ 提交于 2019-12-07 02:09:18
问题 I'm implementing some basic usage statistics for the first time in an Android/iOS app using Firebase Analytics, but the docs seem a little ambiguous to me on how exactly session durations are calculated and how sessions are timed out, and the 24-hour cycle for seeing results does not help in understanding by trial-and-error. I'm only interested in a very simple statistic for now - the time users spend in the app. What exactly happens when the app is "minimised"/"in the background" - does that

Firebase : Filters on Cohorts

我的梦境 提交于 2019-12-07 00:58:53
问题 I cannot find any way to apply filters on Cohorts shown on Firebase console. I need filters for variety of reasons like User retention for a particular app version or app language, etc. So, is there any way to achieve these results through the Firebase console. I know that this can be achieved in BigQuery but it would be super convenient if the filter could be applied on the console itself. All help is appreciated. 回答1: We are currently looking into adding support for Filtered Cohorts in

SERVICE_VERSION_UPDATE_REQUIRED error using Firebase Analytics on Android

Deadly 提交于 2019-12-06 17:57:18
问题 I want to integrate Firebase Analytics in my project. I followed the Guide but it gives me this warning: 06-30 18:38:30.514 W/FA ( 2091): Service connection failed: ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null} 06-30 18:38:30.888 W/FA ( 2091): Service connection failed: ConnectionResult{statusCode=SERVICE_VERSION_UPDATE_REQUIRED, resolution=null, message=null} 06-30 18:38:32.306 W/FA ( 2091): Service connection failed: ConnectionResult{statusCode

View full device breakdown in Firebase

五迷三道 提交于 2019-12-06 17:49:36
问题 On the Firebase Analytics Dashboard they display summary data for device and OS breakdown but it does not show the complete breakdown (in my case meaning I can't view the breakdown for 44.7% of my user base). Is there anywhere in Firebase I can either view this information or export it to view it somewhere else? 回答1: It's a bit tedious, but you can add a filter on the dashboard to see the usage numbers for each device and each iOS version. Click Filters → User Property → Device Model or

Alowing Firebase Analytics domain names without allowing other Google services

落花浮王杯 提交于 2019-12-06 16:07:42
I have an app which is meant to be used inside an internal network behind firewall. There is a requirement to enable Firebase Analytics to this app, and the network admin need to allow the Firebase endpoints without allowing all the Google Services. So far I came to know that I need to allow *.firebase.com and *.firebaseio.com in the firewall. But the challenge here is, will other Google sites be allowed through the firewall by allowing those domains? If so, what are the sites? I am posting this question since StackOverflow was mentioned as one of the support channel in the official support

Why BigQuery does not show Firebase-Analytics data?

。_饼干妹妹 提交于 2019-12-06 14:41:13
问题 I am using BlazePlan and linked my firebase analytics account with BigQuery. Even though it has been more than two days i still can not see analytics data in BigQuery. There are Firebase_crashlytics, firebase_messaging and firebase_predictions datasets but no analytics dataset. Under the Analytics tab in Bigquery page on firebase console, it still says Dataset not created. When will it be displayed in BigQuery ? 回答1: The issue has been resolved. Enabling debug mode causes this issue. After

Firebase not getting entry on console

不羁的心 提交于 2019-12-06 14:35:07
I have implemented firebase in my project, but I am not getting an entry in firebase console. I have been trying so many different ways. Anybody have any idea what's going wrong? i have implement like this. firebaseAnalytics com.google.firebase.analytics.FirebaseAnalytics.getInstance(c); Bundle bundle = new Bundle(); // bundle.putString("Category", ""+Category); bundle.putString(FirebaseAnalytics.Param.ITEM_ID, Category); bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, Category); bundle.putString(FirebaseAnalytics.Param.CONTENT_TYPE, Category1+" Store"); firebaseAnalytics.logEvent

Query key value in different columns from Google BigQuery

被刻印的时光 ゝ 提交于 2019-12-06 13:27:35
I gather analytics with Firebase Analytics which I linked to Google BigQuery. I have the following data in BigQuery (unnecessary columns/rows are left off, the dataset looks similar to https://bigquery.cloud.google.com/table/firebase-analytics-sample-data:ios_dataset.app_events_20160607?tab=preview ): | event_dim.name | event_dim.params.key | event_dim.params.value.string_value | |----------------|----------------------|-------------------------------------| | read_post | post_id | p_100 | | | group_id | g_1 | | | user_id | u_1 | | open_group | post_id | p_200 | | | group_id | g_2 | | | user

Firebase Analytics Data Disparity

蹲街弑〆低调 提交于 2019-12-06 10:32:45
问题 We use firebase analyitcs for monitoring our android app. We recently released a new version of the app on August the 6th and noticed a disparity in the data being displayed on the dashboard. The data is from interval from 8th August to 10th August . Data displayed: Data (What it should be as per firebase definitions): Assuming that the Daily engagement (which is defined as total engagement) and the daily engagement per user is correct No. of active users = Daily engagement/ Daily engagement