App Engine has no effect on the ability of this database to serve
requests.
This is the default setting for databases created with the Firestore API.
Enabled
If an App Engine application exists in the same region as this database,
App Engine configuration will impact this database. This includes
disabling of the application & database, as well as disabling writes to
the database.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content provides documentation for the `Database.Types.AppEngineIntegrationMode` enum within the Google Cloud Firestore Admin v1 API."],["This enum defines the level of integration between App Engine and Firestore databases, with available options being `Disabled`, `Enabled`, and `Unspecified`."],["The `Disabled` setting is the default for new databases created with the Firestore API and ensures that App Engine has no impact on the database."],["The `Enabled` setting means that if an App Engine application exists in the same region as the database, App Engine configurations will impact the database, including potential disabling of the application, database or writes."],["The `Unspecified` setting is noted as not being in use within this specific enum."]]],[]]