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
{{ message }}
This repository was archived by the owner on May 7, 2026. It is now read-only.
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-firestoreimplementation:google.cloud.environment_variablesindirection for the environment variable names driving emulation (likely alsoDISABLE_GRPCandGCD_DATASET.DATASTORE_EMULATOR_HOSTenvironment 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, useAnonymousCredentialsif none are supplied.