Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get firebase analytics data using query?

How can I get firebase analytics data using HTTP request or api? I want to show firebase analytics data on my website

like image 881
Abhijeet Sinha Avatar asked Nov 11 '16 06:11

Abhijeet Sinha


1 Answers

You can't directly do this from http or api. But you need to export to BigQuery and there you can query the data. I am not much aware of how BigQuery works and how you can fetch and show data on websites but you can not do this in your free plan.

You can export war analytics data to BigQuery in BLAZE plan. And then you can query from the BigQuery database.

like image 137
kirtan403 Avatar answered Oct 18 '22 12:10

kirtan403