Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.05 KB

firestore-emulator

A Docker image running the Firestore Emulator.

Usage

From GitHub Packages Registry

docker pull ghcr.io/ridedott/firestore-emulator:latest
docker run ridedott/firestore-emulator:latest

Getting Started

These instructions will get you an instance of the firestore-emulator running on your local machine for testing purposes.

Prerequisites

Minimal requirements to set up the project:

Building

VERSION=`cat ./VERSION`
docker build --build-arg CLOUD_FIRESTORE_EMULATOR_VERSION=$VERSION -t ridedott/firestore-emulator:latest .

Contributing

See CONTRIBUTING.md.

Built with

Automation

Versioning

This project adheres to Semantic Versioning v2.