/firebase-emulator-import

Docker build process for containerized Google Firebase Emulator with Import Data feature

Primary LanguageShellApache License 2.0Apache-2.0

firebase-emulator

Docker build process for containerized Google Firebase Emulator

docker pull edorosh/firebase-emulator-import:latest

See emulator documentation and sample docker-compose.yml for image usage. To change default behavior, create a firebase.json and mount into the volume @ /app/firebase.json as shown in the included compose file. Firebase imports backup data from the volume @ /app/fb/import with an argument run_firestore_import.

curl -sL https://firebase.tools | bash
firebase login
firebase login:ci