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 ty to make a backup of my Firestore db (free plan). I did
$ yarn global add node-firestore-import-export
then I generated and dloaded a new private key from my Firebase admin SDK
I chdir to the directory containing the newly generated private key and the ./backups directory and issued the firestore-export command from the windows terminal:
The first few lines are correct - these are the collections I want to backup but no backup file 'ifactuur-v2.json' is created anywhere...
I'm on a W10 environment...
Am I missing something?
Thanks,
Marc
The text was updated successfully, but these errors were encountered:
Hello,
I ty to make a backup of my Firestore db (free plan). I did
then I generated and dloaded a new private key from my Firebase admin SDK
I chdir to the directory containing the newly generated private key and the ./backups directory and issued the firestore-export command from the windows terminal:
I get this in the terminal
The first few lines are correct - these are the collections I want to backup but no backup file 'ifactuur-v2.json' is created anywhere...
I'm on a W10 environment...
Am I missing something?
Thanks,
Marc
The text was updated successfully, but these errors were encountered: