Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

REST API for Firebase Crashlytics?

I'm seeing documentation about a REST API for Firebase, but not specifically for Crashlytics. Is there a way to pull my crashlytics data?

like image 458
Nostradamus Avatar asked May 19 '20 05:05

Nostradamus


People also ask

Can I use REST API with Firebase?

The REST API can also be used to retrieve and update the Firebase Realtime Database Rules for your Firebase project. You'll need your Firebase project's secret, which you can find under the Service Accounts panel of your Firebase project's setting.


1 Answers

You can export your Crashlytics data into BigQuery for further analysis. BigQuery allows you to analyze the data using BigQuery SQL, export it to another cloud provider, and use it for visualization and custom dashboards with Google Data Studio.

You can stream your Crashlytics data in realtime with BigQueryStreaming. You can use it for any purpose that requires live data, such as presenting information in a live dashboard, watching a rollout live, or monitoring application problems that trigger alerts and custom workflows.

Crashlytics BigQuery streaming export is not available for BigQuery sandbox.

like image 91
Zubair Avatar answered Oct 10 '22 05:10

Zubair