Skip to content

Instantly share code, notes, and snippets.

@ram-xv
Last active July 23, 2021 18:18
Show Gist options
  • Select an option

  • Save ram-xv/d6a476a3b2981d8916ebc636b2eba54a to your computer and use it in GitHub Desktop.

Select an option

Save ram-xv/d6a476a3b2981d8916ebc636b2eba54a to your computer and use it in GitHub Desktop.
Firestore Import Export Data command

Export

npx -p node-firestore-import-export firestore-export -a credentials.json -b backup.json

Import

npx -p node-firestore-import-export firestore-import -a credentials.json -b backup.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment