0

I am wondering whether there is a way to retrieve the data that is displayed in the firebase console, such as daily user per day etc, via an API: Firebase Dashboard

Use case is that we want to create one unified dashboard and don't want to jump between applications and give everyone access to everything.

Did I miss something in the docs?

Best

Philipp

psteinroe
  • 493
  • 1
  • 6
  • 18

1 Answers1

1

No, there is no public API for Analytics data that you see in the console.

Your only supported option to get a hold of that data is through an export to BigQuery. After that, you will have access to all the raw data to build your own dashboard.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441