willhlaw / node-firestore-backup-restore

Google Firebase Firestore backup and restore tool
91 stars 24 forks source link

Restore option not working #47

Closed mgs96 closed 5 months ago

mgs96 commented 6 years ago

Hello, I had previously made a backup and now I want to restore but unfortunatelly I keep getting this error: var childFieldObject = value.reduce(function (acc, cur) { ^

TypeError: Cannot read property 'reduce' of undefined at /home/developer/.nvm/versions/node/v8.11.3/lib/node_modules/firestore-backup-restore/build/lib/FirestoreDocument.js:79:36

thanks in advance

johnstonmatt commented 6 years ago

+1 my backup was made from ' steadyequipment/node-firestore-backup' with pretty print this tool says restore complete, but the data is not reflected in the console

rupertbulquerin commented 5 years ago

same issue.. any fix for this yet?