A Docker image running the Firestore Emulator.
docker pull ghcr.io/ridedott/firestore-emulator:latest
docker run ridedott/firestore-emulator:latest
These instructions will get you an instance of the firestore-emulator running on your local machine for testing purposes.
Minimal requirements to set up the project:
- Docker
- Make sure to authenticate to Github Package registry.
VERSION=`cat ./VERSION`
docker build --build-arg CLOUD_FIRESTORE_EMULATOR_VERSION=$VERSION -t ridedott/firestore-emulator:latest .
See CONTRIBUTING.md.
This project adheres to Semantic Versioning v2.