How to get Crashlytics event from BigQuery[Firebase project]

非 Y 不嫁゛ 提交于 2021-02-08 11:40:21

问题


We have enabled BigQuery feature for our Firebase project , since last week firebase team announced that Crashlytics is moved from Beta to Prod release , so I was thinking this data should be available in BigQuery in some form. But I was not able to see any Crash event in my BigQuery table even the app crashed a couple of time. So does anybody know how to extract the crashlytics report from Firebase for custom reporting solution.


回答1:


Crashlytics data is not currently available in BigQuery but we are looking into this in the near future. Please stay tuned :D




回答2:


I know this question is a bit old now but for the benefit of those who end up here when searching the web, please see below:

It seems like Crashlytics data is now available for export into Big Query. You will need to link your Crashlytics account with your Firebase project, which requires admin rights from Crashlytics side. Have a look at the following links as a starting point:

https://firebase.googleblog.com/2018/08/exporting-crashlytics-data-to-bigquery.html

https://cloud.google.com/solutions/mobile/mobile-firebase-analytics-bigquery#working_with_firebase_crashlytics_data_in_bigquery

On the second link you may need to scroll back to the top and read the 'Before you begin' section.

Hope that helps.



来源:https://stackoverflow.com/questions/49420530/how-to-get-crashlytics-event-from-bigqueryfirebase-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!