问题
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