node-firestore-backup icon indicating copy to clipboard operation
node-firestore-backup copied to clipboard

Google Firebase Firestore backup tool

Results 23 node-firestore-backup issues
Sort by recently updated
recently updated
newest added

# Why I'm doing this PR? Most of time (just a User Experience revelation) users only use the first "basic example" shown in the README file. For example: Me. All...

Hey, I am encountering some errors trying to export some collections from my Firestore databse. I have some collections that relatively small amounts of data and it works fine, but...

I am trying to download the data from my Firebase Cloud, but when you try to download one of my collections it does not advance. It does not indicate any...

Is it possible to export all the data to a single json file instead of the folder-based structure?

Having an issue with running this script, on our server we save the submission time for our objects as a serverTimeStamp. When trying to backup each object it throws the...

Hey guys! I'm getting this error while getting a backup. I'm running this command: ``` firestore-backup --accountCredentials ./xxxx-xxx-firebase-xxx.json --backupPath ./backup --requestCountLimit 50 ``` It's weird because this command always worked...

\AppData\Local\Yarn\Data\global\node_modules\firestore-backup-restore\build\lib\FirestoreDocument.js:79 var childFieldObject = value.reduce(function (acc, cur) { ^ TypeError: Cannot read property 'reduce' of undefined I got this error after trying to restore the database. Please help

It'd be great to go both ways. Would preferably allow specifying overwriting and merging rules on `documents` and `collections` separately.

enhancement
help wanted

See details here: https://github.com/willhlaw/node-firestore-backup-restore/issues/40#issue-345114374 It's the same issue with both this library and the derivative one above. Basically, subcollections are ignored if there is not a document at the container...

The JSON files created by backup are highly compressible, especially if documents in a collection have similar fields. For my data a basic zip got ~70% compression. It would be...

enhancement