I'm using firestore-backup-restore --accountCredentials <key.json> --backupPath <backup_dir> --prettyPrint -J --stable to back up Firestore. It works great !
However, Restoring it using this command firestore-backup-restore --backupPath <backup_dir> --restoreAccountCredentials <key.json>, fails to restore data back to Firestore. It gives Unsupported type, undefined from ... error in restoring logs.
I'm using
firestore-backup-restore --accountCredentials <key.json> --backupPath <backup_dir> --prettyPrint -J --stable
to back up Firestore. It works great ! However, Restoring it using this commandfirestore-backup-restore --backupPath <backup_dir> --restoreAccountCredentials <key.json>
, fails to restore data back to Firestore. It givesUnsupported type, undefined from ...
error in restoring logs.