databaseType property
The type of the Cloud Firestore or Cloud Datastore database associated with this application. Possible string values are:
- "DATABASE_TYPE_UNSPECIFIED" : Database type is unspecified.
- "CLOUD_DATASTORE" : Cloud Datastore
- "CLOUD_FIRESTORE" : Cloud Firestore Native
- "CLOUD_DATASTORE_COMPATIBILITY" : Cloud Firestore in Datastore Mode
Implementation
core.String? databaseType;