Emulator with Anonymous Credentials is No Longer Possible #250
Labels
api: firestore
Issues related to the googleapis/python-firestore API.
type: question
Request for information or clarification. Not an issue.
Previously on version
1.9.0
, setting the environment variableFIRESTORE_EMULATOR_HOST
and providingAnonymousCredentials
allowed the transport to be established successfully.After upgrading to
2.0.0
, we are receiving aDefaultCredentialsError
instead. WhenFIRESTORE_EMULATOR_HOST
is set, the credentials provided to the client are no longer respected.Environment details
Running an instance of the Firestore emulator inside of a Docker container
google-cloud-firestore
version: 2.0.0google-auth
version: 1.23.0Steps to reproduce
FIRESTORE_EMULATOR_HOST
environment variablee.g. FIRESTORE_EMULATOR_HOST=emulator_host:8200
AnonymousCredentials
Code example
Stack trace
The text was updated successfully, but these errors were encountered: