Skip to content

Instantly share code, notes, and snippets.

@saravr
Created September 27, 2024 04:19
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