Sign inSign up

vadimzhukck/firebase-emulators

By vadimzhukck

•Updated over 2 years ago

Isolated environment to run the Firebase Emulator Suite, allowing you to test the apps

Image
Security
Developer tools
Databases & storage
0

2.6K

vadimzhukck/firebase-emulators repository overview

This Docker image provides an isolated environment to run the Firebase Emulator Suite, allowing you to test your Firebase applications locally with emulated versions of Firestore, Realtime Database, Storage, Auth, Pub/Sub, and more. It includes the necessary tools and configurations to get started quickly.

⁠Features

  • Node.js (Alpine Linux): Lightweight Node.js runtime for efficient performance.
  • OpenJDK 11: Included for running Firebase Emulator Suite components that require Java.
  • Firebase Tools: Pre-installed globally for managing Firebase projects and running emulators.

⁠Usage

⁠Run the Container

docker run -p 8080:8080 -p 9000:9000 -p 9199:9199 -p 9099:9099 -p 8085:8085 -p 4400:4400 -p 4000:4000 firebase-emulator

⁠Ports opened

  • UI: 4000
  • Authentication: 9099
  • Firestore: 8080
  • Firestore UI: 4400
  • Realtime Database: 9000
  • Pub/Sub: 8085
  • Cloud Storage: 9199

Tag summary

Content type

Image

Digest

sha256:1d9806ee4…

Size

242.6 MB

Last updated

over 2 years ago

docker pull vadimzhukck/firebase-emulators