willhlaw / node-firestore-backup-restore

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

Remove --backupPath from being required when cloning from one Firestore to another #15

Open willhlaw opened 6 years ago

willhlaw commented 6 years ago

When cloning data from from Firestore in --accountCredentials to Firestore specified in --accountRestoreCredentials, --backupPath is still needed or you get an error. The backup path should not be required.

*Clone operation

firestore-backup-restore --accountCredentials path/to/account/credentials/file.json --restoreAccountCredentials path/to/restore/credentials/file.json