Hi everyone,
I’m stuck in a situation where my Firestore default database in project is completely inaccessible and I’ve run out of options to fix it.
The problem: The Firestore database has appEngineIntegrationMode: ENABLED, and the linked App Engine app has servingStatus: SYSTEM_DISABLED. This causes the error:
“The database (default) is disabled for project XXX. The database has an App Engine app and this app is disabled.”
What I’ve tried:
-
gcloud app updateto re-enable App Engine → fails with internal error (Error Response: [13] An internal error occurred while calling SICP) -
REST API PATCH to disable
appEngineIntegrationModeviahttps://firestore.googleapis.com/v1/projects/(PII Removed by Staff)/(default)→ returns 404 -
gcloud firestore databases update(alpha + beta, SDK 562.0.0) →--app-engine-integration-modeflag does not exist -
App Engine settings page in Cloud Console → returns 404
The App Engine app exists (gcloud app describe returns valid output) but is stuck in SYSTEM_DISABLED state, and any attempt to update it hits a backend error. The Firestore database is therefore permanently unreachable.
I don’t have a support plan to file a technical support ticket. Has anyone encountered this before or know a way out? Is there any Google employee who could help escalate this?
SDK version: 562.0.0
Thanks in advance!