How to export Firebase analytics data

前端 未结 4 1406
别那么骄傲
别那么骄傲 2020-12-10 12:02

I\'m trying to figure out if it\'s possible to export all the Firebase Analytics data to an excel spreadsheet, similar to how you can do it with Google Analytics. From what

4条回答
  •  执念已碎
    2020-12-10 12:30

    For all those who use AWS and want an automated pipeline, BigQuery allows you to export CSV if you have no arrays and JSON if you do. You can then automate exports to google cloud storage. Finally, you can use Airflow with AWS or an EC2 with a CRON or some other orchestration or scheduling system to schedule the merging of the google data to your AWS pipeline.

提交回复
热议问题