node-firestore-backup
node-firestore-backup copied to clipboard
Ability to export in single json file
trafficstars
Is it possible to export all the data to a single json file instead of the folder-based structure?
It isn't yet but that's a neat suggestion, if you find it useful other might! Feel free to make a PR, this won't be a focus yet here.
Here's a quickly hacked fork, changes export to be written to a single JSON file. Doesn't change the import behavior (which means that the data cannot be imported back for now).
https://github.com/michael-maltsev/node-firestore-backup-restore/tree/development
I might do a proper PR later with the single JSON feature as an option and import support.