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