Skip to content

ridedott/firestore-emulator-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Firestore emulator packaged in a Docker image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published