firestoreDataAccessMode property
The Firestore API data access mode to use for this database.
If not set on write: - the default value is DATA_ACCESS_MODE_DISABLED for Enterprise Edition. - the default value is DATA_ACCESS_MODE_ENABLED for Standard Edition.
Optional. Possible string values are:
- "DATA_ACCESS_MODE_UNSPECIFIED" : Not Used.
- "DATA_ACCESS_MODE_ENABLED" : Accessing the database through the API is allowed.
- "DATA_ACCESS_MODE_DISABLED" : Accessing the database through the API is disallowed.
Implementation
core.String? firestoreDataAccessMode;