Reference documentation and code samples for the Cloud Firestore V1 Client class AppEngineIntegrationMode.
The type of App Engine integration mode.
Protobuf type google.firestore.admin.v1.Database.AppEngineIntegrationMode
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED = 0;
ENABLED
Value: 1
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.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Appengine has no affect on the ability of this database to serve
requests.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[],[]]