Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
176 views
in Technique[技术] by (71.8m points)

javascript - 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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...