Export firebase data to excel

7,510 views
Skip to first unread message

Peter Cort Larsen

unread,
Aug 5, 2015, 10:15:15 AM8/5/15
to Firebase Google Group
Hi,

Can anyone tell me if its possible to export firebase data to excel?

Or even better, does anyone have an html page that display firebase data in a html table. 
This i could export using https://github.com/kayalshri/



Jacob Wenger

unread,
Aug 5, 2015, 1:10:28 PM8/5/15
to fireba...@googlegroups.com
Hi Peter,

You can go to your Firebase App Dashboard and export all of your data in JSON format. You can also export it via the REST API:

curl "https://<YOUR-FIREBASE-APP>.firebaseio.com/.json?print=pretty&auth=<YOUR-FIREBASE-APP-SECRET>"

Finally, if you are on our Bonfire and up plans, you have access to Private Backups, which is the easiest and most reliable option of all.

Once you have a JSON export, you should be able to find tools online for converting that to a format that Excel can understand (if Excel doesn't just understand JSON out-of-the-box).

Jacob

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/6cdb0b0a-946c-4472-9448-a120faeba78e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

JSON CSV

unread,
Aug 31, 2017, 10:30:35 AM8/31/17
to Firebase Google Group

Our converter at https://json-csv.com can convert Firebase documents into CSV.
Reply all
Reply to author
Forward
0 new messages