firebase-analytics

How long does Firebase store my crash data? / Export data from Crashlytics?

白昼怎懂夜的黑 提交于 2020-08-09 10:43:23
问题 I have to leave my work with applications for for several months. Later, I would like to remove some of the errors that currently Crashlitics shows. How long does Firebase store my data, especially crashes. Is it possible to export data from Firebase Crashlytics? 回答1: Thanks. Crashlytics stores 90 days of crash data. You will soon be able to export data directly from Firebase Crashlytics. 来源: https://stackoverflow.com/questions/51572955/how-long-does-firebase-store-my-crash-data-export-data

How can I import historical Google Analytics data into Firebase Analytics [closed]

女生的网名这么多〃 提交于 2020-08-01 10:50:30
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . Improve this question I've migrated an Android app from Google Analytics to Firebase Analytics. The Firebase Analytics console shows data from the time I migrated. But it does not show any of the historical data which is still in Google Analytics. How can I import this historical

Firebase User Engagement Calculation

天涯浪子 提交于 2020-07-30 02:58:27
问题 I am trying to wrap my head around the Firebase User Engagement Calculation. I am doing a lot of debugview testing now, and as the online documentation states (https://support.google.com/firebase/answer/6317485), Firebase is firing the user_engagement event by default on a periodic basis within a session while the app is in the foreground. What I have seen thusfar is that user_engagement is fired quite reliably in the beginning and end of an engagement (this can be occurring multiple times in

BigQuery integration in Firebase repeatedly returns 409

北慕城南 提交于 2020-07-22 06:00:07
问题 I have a Firebase project set up that continually exports its data to BigQuery (using the standard UI integration) - automatically creating a new events_intraday_* table each day. However, Firebase keeps trying to create the table during the day - even though it's already been created - which results in status code 409. Could this be a role/permission issue? My Firebase service account in BQ only has the standard Editor role. 回答1: I contacted Firebase support and got the following response:

How do I undo `-FIRAnalyticsDebugEnabled`?

浪子不回头ぞ 提交于 2020-07-21 03:28:56
问题 I just added FIRAnalyticsDebugEnabled as a launch argument as was suggested in several places: The Xcode console: 6.5.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see [https://help.apple.com/xcode/mac/8.0/]) The Get Started with Google Analytics for iOS guide: Etc. Once I enabled it, I started seeing output such as: Event is not subject to real-time event count daily limit. Marking an event as real-time. Event

“Resolution Failed! You application will not run, see the log for details”

*爱你&永不变心* 提交于 2020-06-29 05:03:36
问题 I'm trying to run Force Resolve with Firebase, but it fails and doesn't work. JAVA_HOME of Windows is also set to the latest JDK, and the JDK in Unity uses the one prepared by Unity (JDK Installed with Unity is true). I don't know what other information is needed. What should I do? Gradle failed to fetch dependencies. Failed to run 'C:\UnityProjects\UnityProjectName\Temp\PlayServicesResolverGradle\gradlew.bat --no-daemon -b "C:\UnityProjects\UnityProjectName\Temp\PlayServicesResolverGradle

How to track page view with Firebase Analytics in a web, single page app?

China☆狼群 提交于 2020-06-27 08:26:08
问题 I am trying to track simple events and pages/views through Firebase analytics. I have a progressive web app, (SPA). It's a fullscreen game and it is not using browser history. I am a bit confused by Google's docs to be honest, sometimes they only explain how it works in ios/Android and not in web. Also, Firebase analytics are different than the "normal Google analytics". Firebase analytics API hasn't much: analytics().logEvent() analytics().setAnalyticsCollectionEnabled() analytics()

InitializationException in Unity Firebase

一曲冷凌霜 提交于 2020-06-27 07:15:13
问题 I have a problem with Firebase in my Unity project. Firebase SDK was imported in the project, builded, no errors during this process. SHA-1 key was generated with a keytool and added to Firebase project in the console. google-services.json was also added to the Assets folder. Simple script to initialize Firebase: DependencyStatus dependencyStatus = DependencyStatus.UnavailableOther; // Use this for initialization void Start () { Debug.Log ("Start FireBase"); dependencyStatus = FirebaseApp

How to set user properties in firebase analytics for flutter web?

丶灬走出姿态 提交于 2020-06-26 12:23:32
问题 I am using this package (version 7.2.1) in some flutter web projects and I need to set some user properties in firebase analytics. (BTW, thanks to this answer which provided me a way to use firebase analytics in the first place) There is this method, which I believe doesn't work. Or at least I can't figure out how to use because I couldn't find a way to instantiate this class. 回答1: From the version 7.2.2-dev we can send the user properties 来源: https://stackoverflow.com/questions/60964143/how

App link tracking with Firebase

徘徊边缘 提交于 2020-06-26 04:01:46
问题 We have an Android and iOS app. We want to track from what links our app was downloaded. So if we posted a link on Facebook of our app and someone clicks on the link and download it, it should log that the app was downloaded on Facebook. So with some research I found Google Analytics has something called campaigns and you can setup a link with this campaign and then log it through Google Analytics. But we already added Firebase into our app so when I try to setup this campaign on Google