Can we access your project?
Current Behavior
When attempting to deploy a Private API Call as a Cloud Function, FlutterFlow shows:
"Your Firebase project must be on the Blaze plan in order to deploy functions. Please upgrade your plan and try deploying again."
The connected Firebase project (sipaespay-app) is CONFIRMED on the Blaze plan — verified directly in Firebase Console (Usage and Billing page shows "Blaze" tag, project overview shows "Plan Blaze" badge).
This is the same issue as #6655, which was closed by mistake by the original reporter and never actually resolved.
Expected Behavior
Steps to Reproduce
- Connect a Firebase project (sipaespay-app) that is already on the Blaze plan (confirmed in Firebase Console)
- Go to an API Call configuration (e.g. "procesarticketentrada")
- Enable "Make Private" under Advanced Settings
- Save the API call
- Click "Deploy APIs"
- Observe deployment fails with "Not Deployed (Error)"
- Click the info icon next to the error - it shows "Your Firebase project must be on the Blaze plan..."
- Waited 8+ hours and retried - same error persists
Reproducible from Blank
Bug Report Code (Required)
IT4ghcrqy5d2rsBE17r+LO9Vp2IUJno4bJc0sNobbxAjIoDoPJkUacz8VBBtXdend1VlKEWLkkIDw+DekvDlOO1eCxSBfYtyzqVQeBXzQnK/aovRO6mKe3xtMJpVBUjA06angiVSKrF2SWQcwzumJe+8cBPrK5P7Zwh9f6PHaOI=
Visual documentation
See attached screenshots showing: (1) Firebase Console confirming Blaze plan active, (2) FlutterFlow error message "must be on Blaze plan", (3) related issue #6655 with identical error.
Environment
- FlutterFlow version: (check via Help menu > About, or leave as "latest as of Aug 2026")
- Platform: Web
- Browser name and version (web): Chrome (latest)
- Operating system and version affected: Windows
Additional Information
This is blocking a critical security fix - we need to move a hardcoded API credential (Supabase key) out of a public API call header into a private Cloud Function, but cannot do so due to this bug. This matches issue #6655 exactly, which was closed by mistake by the original reporter and never resolved.
Can we access your project?
Current Behavior
When attempting to deploy a Private API Call as a Cloud Function, FlutterFlow shows:
"Your Firebase project must be on the Blaze plan in order to deploy functions. Please upgrade your plan and try deploying again."
The connected Firebase project (sipaespay-app) is CONFIRMED on the Blaze plan — verified directly in Firebase Console (Usage and Billing page shows "Blaze" tag, project overview shows "Plan Blaze" badge).
This is the same issue as #6655, which was closed by mistake by the original reporter and never actually resolved.
Expected Behavior
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4ghcrqy5d2rsBE17r+LO9Vp2IUJno4bJc0sNobbxAjIoDoPJkUacz8VBBtXdend1VlKEWLkkIDw+DekvDlOO1eCxSBfYtyzqVQeBXzQnK/aovRO6mKe3xtMJpVBUjA06angiVSKrF2SWQcwzumJe+8cBPrK5P7Zwh9f6PHaOI=
Visual documentation
See attached screenshots showing: (1) Firebase Console confirming Blaze plan active, (2) FlutterFlow error message "must be on Blaze plan", (3) related issue #6655 with identical error.
Environment
Additional Information
This is blocking a critical security fix - we need to move a hardcoded API credential (Supabase key) out of a public API call header into a private Cloud Function, but cannot do so due to this bug. This matches issue #6655 exactly, which was closed by mistake by the original reporter and never resolved.