Created
September 27, 2024 04:19
apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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