dalenguyen / firebase-wordpress-plugin

A plugin that helps to integrate Firebase to WordPress
https://firebase-wordpress-docs.readthedocs.io
GNU General Public License v2.0
111 stars 31 forks source link

Download firestore database with this plugin? #4

Closed omurbekjk closed 6 years ago

omurbekjk commented 6 years ago

Just an idea, it will be nice to download firestore database as json in wordpress backend and convert it to excel or csv format and send to the user to download file.

dalenguyen commented 6 years ago

Hi @omurbekjk, this feature will be added to the next update. Please watch for changes :)

dalenguyen commented 6 years ago

Hi @omurbekjk, Firestore is supported in version 0.4.0

omurbekjk commented 6 years ago

Hi @dalenguyen good job! Can I install this plugin and download my firestore data from wordpress as an excel file?

dalenguyen commented 6 years ago

Hi @omurbekjk , you can get the JSON from the dashboard. JSON structure is kind of complicated to turn it into an excel file because it has many levels. It depends on how you want to use it. You can get the JSON and turn it into whatever you want.

omurbekjk commented 6 years ago

@dalenguyen yes, firebase supports downloading whole db as json file. My requirement was to download it as excel file, and I was thinking to use wordpress to convert it to excel.

dalenguyen commented 6 years ago

Hi @omurbekjk, just to confirm. Firebase Firestore allows you to download the whole DB as a JSON file?

omurbekjk commented 6 years ago

@dalenguyen Sorry, I misread it somewhere. anyway useful plugin from your side .

dalenguyen commented 6 years ago

Hi @omurbekjk , You're welcome. If you have any questions or requests, please let me know. I will happy to improve this plugin.