How do I get the crash rate for an app out of Firebase programmatically?

女生的网名这么多〃 提交于 2020-05-17 07:24:35

问题


We have several iOS and Android apps using Crashlytics. For internal metrics and dashboards, I'd like to get the crash rate (number of crashes / number of sessions) out of Google Firebase programmatically preferably through their HTTP API. How do I do that ?


回答1:


There is no programmatic API, but you can export data to BigQuery and do what you want with it from there



来源:https://stackoverflow.com/questions/55046279/how-do-i-get-the-crash-rate-for-an-app-out-of-firebase-programmatically

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