It is possible to get the data from Firebase Performance dashboard?

246 views Asked by At

Basically I cannot find any API for a node environment in order to extract the data from Firebase Performance.

The outcome would be extracting that data in order to integrate it with a Grafana panel.

The official docs from Firebase are not helping.

1

There are 1 answers

0
looptheloop88 On

Currently, there's no available API to download or get data directly from the Firebase Performance dashboard. You may link your Firebase project to BigQuery and export performance data (traces, metrics, network requests, etc.) for each of your apps.

From here, you can use BigQuery as a data source for Grafana.