Pablo Marconi
Pablo Marconi
Added ability to apply a transformation function to documents before backup or restoration. specified in issue #30
Add a "schema migration" feature that add the ability to apply a transformation function before either writing to disk (so user can verify the schema migration) or before restoring to...
I currently get an error when wanting to restore a document that contains a document reference, using the command line `firestore-backup-restore --accountCredentials path/to/account/credentials/app1.json --backupPath /backups/myDatabase --restoreAccountCredentials path/to/restore/credentials/app2.json` In my tests,...