Skip to content

Commit f42601d

Browse files
authored
Merge pull request #32 from FlutterFlow/update/firebase-connection-faq
FAQ: Add troubleshooting section for Firebase connection issues with custom emails
2 parents 2d40bf7 + 30ab086 commit f42601d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/integrations/firebase.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,4 +519,21 @@ To fix this:
519519

520520
Once the correct rules are applied, the error should no longer appear when adding or retrieving data.
521521
</p>
522+
</details>
523+
524+
<details>
525+
<summary>
526+
I am unable to connect to Firebase using a custom email (e.g., @company.com)
527+
</summary>
528+
529+
<p>
530+
This error appears when your Firebase project belongs to a Google Workspace (organization) that has the policy `constraints/iam.disableServiceAccountKeyCreation` enabled. That policy blocks external tools such as Dreamflow from creating or managing service-account keys, which are required to link your project.
531+
532+
To fix it:
533+
534+
- Connect with a personal Gmail account, or
535+
- Ask your organization’s admin to change its IAM policy to allow service-account key creation.
536+
537+
Once the restriction is lifted or you use a Gmail account, the Firebase connection will complete successfully.
538+
</p>
522539
</details>

docs/test-and-publish/test/test-on-mobile-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Installing as a PWA is helpful when you want to:
5555

5656
- **Experience your app like a real mobile app**: It opens in full-screen mode without the browser interface (no address bar or tabs).
5757

58-
- **Quickly access your app**: You can launch it with a single tap from your home screen. Note that your project will need to be open and running in Dreamflow for the PWA to load. The quick access still allows you to rapdily pull up the preview without needing to scan the QR code again.
58+
- **Quickly access your app**: You can launch it with a single tap from your home screen. Note that your project will need to be open and running in Dreamflow for the PWA to load. The quick access still allows you to rapidly pull up the preview without needing to scan the QR code again.
5959

6060

6161
:::note

0 commit comments

Comments
 (0)