You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop use of the google.cloud.environment_variables indirection for the environment variable names driving emulation (likely also DISABLE_GRPC and GCD_DATASET.
Document the environment variables locally, as well as how to run the datastore emulator.
Follow the
google-cloud-firestore
implementation:google.cloud.environment_variables
indirection for the environment variable names driving emulation (likely alsoDISABLE_GRPC
andGCD_DATASET
.DATASTORE_EMULATOR_HOST
environment variable is set,use an "insecure channel", to avoid requiring credentials (see Datastore: Client requires authentication even when connecting to the datastore emulator #11).That won't work, as the datastore client straddles both HTTP and gRPC. Instead, useAnonymousCredentials
if none are supplied.The text was updated successfully, but these errors were encountered: