Can we access your project?
Current Behavior
Push Notifications deployment fails every time in App Settings > Push Notifications.
FlutterFlow displays:
“Deployment Failed
Unknown error. Please contact support@flutterflow.io.”
The deployment request to tm-prod.dreamflow.cloud/.../run returns HTTP 409.
No new execution is created in Google Cloud Build History after clicking Deploy, indicating that the deployment fails before reaching Firebase Cloud Build.
The following have already been verified:
- Firebase Blaze plan is active.
- Google Cloud Billing is active and paid.
- firebase@flutterflow.io has Editor, Cloud Functions Admin, and Service Account User roles.
- Default Compute and App Engine service accounts have Editor.
- Firestore Rules are deployed.
- Firestore Indexes are deployed.
- Cloud Functions Region is explicitly set to us-central1.
- The deployment was also tested in Incognito mode.
The issue still occurs.
Expected Behavior
Clicking Deploy in App Settings > Push Notifications should deploy the required Firebase Cloud Functions successfully and change the Deployment Status to Deployed.
The deployment should reach Google Cloud Build and complete without returning HTTP 409 or “Deployment Failed – Unknown error”.
Steps to Reproduce
- Open the FlutterFlow project “deliverysystem”, connected to Firebase project delivery-app1-b4b7c.
- Go to App Settings > Firebase and verify that Cloud Functions Region is set to us-central1.
- Go to App Settings > Push Notifications.
- Enable Push Notifications.
- Click Deploy once.
- Wait for the deployment process.
- FlutterFlow displays:
“Deployment Failed – Unknown error. Please contact support@flutterflow.io.”
- Chrome DevTools shows that the request to tm-prod.dreamflow.cloud/.../run returns HTTP 409.
- Check Google Cloud > Cloud Build > History.
- No new Cloud Build execution is created after the deployment attempt.
Reproducible from Blank
Bug Report Code (Required)
IT4wlPHl8Y9Im9tJ0aX2LMAxnjwXIjo3RpIwmu5DQis8GZT0B4kcYs+kfklUOP2oS2xmP0yJhnMX/MqKk/DxCPc7BEicQYg5+rl6VjviJWGgb4imBYS3b3QmHplgCH2M1qWngyVCCM9uW3AC3GaQBtyASj7cQoDqO0Y0D+aoXdeK2SrDX1iXc2URm05KZDPz
Visual documentation
Attached screenshots show:
- FlutterFlow displaying “Deployment Failed – Unknown error”.
- Chrome DevTools showing HTTP 409 for the deployment /run request.
- Google Cloud Build History showing no new build after the deployment attempt.
- Firebase Blaze plan and active Google Cloud Billing.
- IAM roles assigned to firebase@flutterflow.io.
- Cloud Functions Region set to us-central1.
Environment
- FlutterFlow version: FlutterFlow Web Editor, Production version available on July 22, 2026
- Platform: Web
- Browser name and version: Google Chrome 150
- Operating system and version affected: Windows 10
Additional Information
This issue blocks the Push Notifications feature of a delivery application.
Push notifications are required to notify customers when a store accepts an order. The notification action and recipient configuration are already completed in the project, but the feature cannot be tested because the required Firebase Cloud Functions cannot be deployed.
All standard setup checks have already been completed, including Blaze billing, IAM roles, Firestore Rules, Firestore Indexes, us-central1 Cloud Functions Region, Incognito testing, and active Google Cloud Billing.
This appears to fail before Firebase Cloud Build starts, because the FlutterFlow deployment endpoint returns HTTP 409 and no new Cloud Build execution is created.
Can we access your project?
Current Behavior
Push Notifications deployment fails every time in App Settings > Push Notifications.
FlutterFlow displays:
“Deployment Failed
Unknown error. Please contact support@flutterflow.io.”
The deployment request to tm-prod.dreamflow.cloud/.../run returns HTTP 409.
No new execution is created in Google Cloud Build History after clicking Deploy, indicating that the deployment fails before reaching Firebase Cloud Build.
The following have already been verified:
The issue still occurs.
Expected Behavior
Clicking Deploy in App Settings > Push Notifications should deploy the required Firebase Cloud Functions successfully and change the Deployment Status to Deployed.
The deployment should reach Google Cloud Build and complete without returning HTTP 409 or “Deployment Failed – Unknown error”.
Steps to Reproduce
“Deployment Failed – Unknown error. Please contact support@flutterflow.io.”
Reproducible from Blank
Bug Report Code (Required)
IT4wlPHl8Y9Im9tJ0aX2LMAxnjwXIjo3RpIwmu5DQis8GZT0B4kcYs+kfklUOP2oS2xmP0yJhnMX/MqKk/DxCPc7BEicQYg5+rl6VjviJWGgb4imBYS3b3QmHplgCH2M1qWngyVCCM9uW3AC3GaQBtyASj7cQoDqO0Y0D+aoXdeK2SrDX1iXc2URm05KZDPz
Visual documentation
Attached screenshots show:
Environment
Additional Information
This issue blocks the Push Notifications feature of a delivery application.
Push notifications are required to notify customers when a store accepts an order. The notification action and recipient configuration are already completed in the project, but the feature cannot be tested because the required Firebase Cloud Functions cannot be deployed.
All standard setup checks have already been completed, including Blaze billing, IAM roles, Firestore Rules, Firestore Indexes, us-central1 Cloud Functions Region, Incognito testing, and active Google Cloud Billing.
This appears to fail before Firebase Cloud Build starts, because the FlutterFlow deployment endpoint returns HTTP 409 and no new Cloud Build execution is created.