问题
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