You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 givesUnsupported type, undefined from ...
error in restoring logs.The text was updated successfully, but these errors were encountered: