Import/Export Firebase Firestore Data of a project | Generate .json file of Firebase Firestore

Опубликовано: 13 Февраль 2026
на канале: KreatiVish AI
19,673
293

Hello Guys,

Refer to the commands:

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

Import Data:
npx -p node-firestore-import-export firestore-import -a import.json -b backup.json

Link to other videos :
Generate .apk, .app and .ipa for Expo App:    • Generate .apk, .app and .ipa for Expo App  

Push Code into GitHub from VS Code:    • Push Code into GitHub from VS Code  


Local setup of expo and run expo app on iOS Simulator, Android Emulator and Web on Mac:    • Local setup of expo and run expo app on iO...  

Export Firebase Data to a .json file and import to another project :    • Export Firebase Data to a .json file and i...