https://github.com/skynewz/docker-google-firestore-emulator
Google Cloud Firestore emulator in a Docker container
https://github.com/skynewz/docker-google-firestore-emulator
docker docker-image firestore firestore-emulator gcloud
Last synced: about 2 months ago
JSON representation
Google Cloud Firestore emulator in a Docker container
- Host: GitHub
- URL: https://github.com/skynewz/docker-google-firestore-emulator
- Owner: SkYNewZ
- License: gpl-3.0
- Created: 2020-11-23T17:54:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T18:04:41.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:23:21.269Z (over 1 year ago)
- Topics: docker, docker-image, firestore, firestore-emulator, gcloud
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Cloud Firestore Emulator
This image starts a Firestore Emulator in a Doker container.
See https://cloud.google.com/sdk/gcloud/reference/beta/emulators/firestore for more details
```shell
doker run -it --rm -p 127.0.0.1:8080:8080 skynewz/google-firestore-emulator
```