An open API service indexing awesome lists of open source software.

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

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
```