How to export Firebase analytics data

random picture random · Jun 7, 2016 · Viewed 19.7k times · Source

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 I can find the only way to go about doing it is to link with BigQuery then do some SQL statements to build a table and export.

Unfortunately for us this is not going to work (due to client budget and capabilities). Is there any other way to export this data that I'm missing?

Answer

Steve Ganem picture Steve Ganem · Jun 8, 2016

Update: You can now export the analytics reports as CSV from the Firebase console by clicking the Download CSV option from the overflow menu.


In the meantime, you really should give BigQuery another look. The pricing is very reasonable and there is a free query tier of 1 TB/mo.

Steve Ganem

Product Manager, Firebase Analytics