Skip to content

Instantly share code, notes, and snippets.

@saravr
Created September 27, 2024 04:19
Show Gist options
  • Select an option

  • Save saravr/a354aea700e3baf31a0f3f28e29794f4 to your computer and use it in GitHub Desktop.

Select an option

Save saravr/a354aea700e3baf31a0f3f28e29794f4 to your computer and use it in GitHub Desktop.
apps
# Export firebase firestore to json
npx -p node-firestore-import-export firestore-export -a credentials.json -b backup.json
# Import firebase firestore from json
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