edorosh / firebase-emulator-import

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Shell 74.0%Language:Dockerfile 26.0%