问题
I've searching a lot about someway to embed Firebase Analytics from my apps data into the backend UI from my website.
Is it possible to automate this process through some specific API methods to show those metrics from my Firebase Apps (like the number of installations or even the audience data)?
Thanks in advance!
回答1:
There is no API to retrieve the analytics data from the Firebase console.
The two options are:
Use the "Export to CSV" option for the analytics in the Firebase console. This is a manual operation though, there is no public API.
Link your Firebase project to BigQuery, to automatically export the data and then use for example Data Studio to generate the charts you want.
来源:https://stackoverflow.com/questions/49733491/is-it-possible-to-embed-firebase-analytics-data-from-my-apps-into-a-webpage