https://github.com/ridedott/firestore-emulator-docker
Firestore emulator packaged in a Docker image.
https://github.com/ridedott/firestore-emulator-docker
swe terraformed
Last synced: 4 months ago
JSON representation
Firestore emulator packaged in a Docker image.
- Host: GitHub
- URL: https://github.com/ridedott/firestore-emulator-docker
- Owner: ridedott
- License: mit
- Created: 2019-02-18T13:00:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T18:17:26.000Z (over 1 year ago)
- Last Synced: 2024-11-13T19:25:28.606Z (over 1 year ago)
- Topics: swe, terraformed
- Language: Dockerfile
- Homepage:
- Size: 52.7 KB
- Stars: 7
- Watchers: 30
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# firestore-emulator
A Docker image running the Firestore Emulator.
## Usage
### From GitHub Packages Registry
```bash
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:
- [Docker](https://docs.docker.com/install/)
- Make sure to
[authenticate to Github Package registry](https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry#authenticating-to-github-package-registry).
### Building
```bash
VERSION=`cat ./VERSION`
docker build --build-arg CLOUD_FIRESTORE_EMULATOR_VERSION=$VERSION -t ridedott/firestore-emulator:latest .
```
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## Built with
### Automation
- [GitHub Actions](https://github.com/features/actions)
## Versioning
This project adheres to [Semantic Versioning](http://semver.org) v2.