Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud Firestore Emulator support #1249

Closed
sinmetal opened this issue Dec 10, 2018 · 4 comments
Closed

Cloud Firestore Emulator support #1249

sinmetal opened this issue Dec 10, 2018 · 4 comments
Assignees
Labels
api: firestore Issues related to the Firestore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@sinmetal
Copy link
Contributor

Client

Firestore

Describe Your Environment

Alpine Docker on GKE

Expected Behavior

I like hundreds of emulators in Datastore to support Firestore emulator.

https://cloud.google.com/sdk/gcloud/reference/beta/emulators/firestore/

@jeanbza jeanbza added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: firestore Issues related to the Firestore API. labels Dec 10, 2018
@jeanbza
Copy link
Member

jeanbza commented Dec 27, 2018

Sorry, I'm actually a bit confused by this request. Is it that you want us to build a different emulator, or are you having trouble with the emulator you've linked to?

@jeanbza jeanbza added the needs more info This issue needs more information from the customer to proceed. label Dec 27, 2018
@jba
Copy link
Contributor

jba commented Dec 27, 2018

@schmidt-sebastian

@jeanbza jeanbza self-assigned this Dec 27, 2018
@sinmetal
Copy link
Contributor Author

Like PubSub Emulator and Datastore Emulator, I would like to have a function to use the Firestore Emulator by setting values ​​in environment variables.

if addr := os.Getenv("PUBSUB_EMULATOR_HOST"); addr != "" {

if addr := os.Getenv("DATASTORE_EMULATOR_HOST"); addr != "" {

Or can I use https: //cloud.google.com/sdk/gcloud/reference/beta/emulators/firestore/ in another way?

@jeanbza jeanbza removed the needs more info This issue needs more information from the customer to proceed. label Dec 28, 2018
@jeanbza
Copy link
Member

jeanbza commented Dec 28, 2018

https://code-review.googlesource.com/c/gocloud/+/36890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants