Is it possible to collect data from Firebase Analytics Console programmatically?

让人想犯罪 __ 提交于 2021-02-07 10:22:25

问题


I would like to know if there is any way to collect data from Firebase Analytics Console programmatically in Android or Web?

I mean these data as you can see at pictures:

,

I am planning to do my own app to run my own analytics using these data.


回答1:


There isn't a way to collect the data from the Firebase console, however you can export the actual Firebase Analytics data to BigQuery after which you can do anything you want with the data. See BigQuery Export for Firebase.



来源:https://stackoverflow.com/questions/37945899/is-it-possible-to-collect-data-from-firebase-analytics-console-programmatically

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