622 B
622 B
Google Datastore Adaptor
This adaptor works with Google Cloud Datastore. Please note that it's compatible with Firestore in Datastore mode, but not with Firestore.
Environment
To use this adaptor, make sure you have the GCP_CREDENTIALS environment variable set to your service account credentials in JSON format. See this page for info on setting up a service account and generating credentials.
Example:
GCP_CREDENTIALS='{"type":"service_account","project_id":"my-project"}'