Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 240 Bytes

Firebase Emulator Docker Image

Build

docker build -t firebase-emulator .

Run

docker run -it -p 4000:4000 -p 9099:9099 -e FIREBASE_TOKEN=<your login token> -e GCLOUD_PROJECT=<your project id> firebase-emulator