Is it possible to embed Firebase Analytics data from my apps into a webpage?

核能气质少年 提交于 2019-12-11 03:56:01

问题


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:

  1. Use the "Export to CSV" option for the analytics in the Firebase console. This is a manual operation though, there is no public API.

  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!