- Clone project.
- Install node_modules
npm install --save
- Export collection
node import.js [Path to Service Account Key] [Database URL] [Collection Name]
node export.js ./serviceAccountKey.json https://test.firebaseio.com test_db
- Import collection
node import.js [Path to Service Account Key] [Database URL] [Collection JSON File Name]
node import.js ./serviceAccountKey.json https://test.firebaseio.com test_db