Skip to content

Firebase emulator image for contract testing and local environments

License

Notifications You must be signed in to change notification settings

seb-oss/docker-firebase-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-firebase-emulator

Firebase emulator image for contract testing and local environments

Configuration

Here is an example file you can add to /app/firebase.json inside the container.

{
  "hub": {
    "port": 4400,
    "host": "0.0.0.0"
  },
  "logging": {
    "port": 4500,
    "host": "0.0.0.0"
  },
  "ui": {
    "enabled": true,
    "port": 4000,
    "host": "0.0.0.0"
  },
  "emulators": {
    "pubsub": {
      "port": "8085",
      "host": "0.0.0.0"
    }
  }
}

About

Firebase emulator image for contract testing and local environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published