Skip to content

🐯 An application that can help you to backup and restore from Cloud Firestore | Firebase

Notifications You must be signed in to change notification settings

toddbirchard/firestore-import-export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firestore Import Export

A script that help to export and import in Cloud Firestore

**Update: you can try the NPM package for backup and restore from Firestore now.

Requirements

You need NODE or something that can run JAVASCRIPT (JS) file.

Get serviceAccount JSON file from Project Setting > SERVICE ACCOUNTS in Firebase Console

Change the databaseURL when initializeApp with your own

Setting Up

Download or clone this repository

git clone https://github.com/dalenguyen/firestore-import-export.git

Install NPM packages

npm install

Export database from Firestore

This will help you create a backup of your collection and subcollection from Firestore to a JSON file name firestore-export.json

node export.js <your-collection-name> <sub-collection-name-(optional)>

Import database to Firestore

This will import one collection to Firestore and it will overwrite your current collection if there is a collection with that name in your Firestore

node import.js import-to-firestore.json

If you have any recommendation or question, please create an issue. Thanks,

About

🐯 An application that can help you to backup and restore from Cloud Firestore | Firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%