-
Notifications
You must be signed in to change notification settings - Fork 106
Firebase Issues: grammatical errors fixed, improved formatting, added assets #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e17f637
96fcf48
2697fc5
15499f2
19cf602
05b3bdf
aa787aa
d838f3b
315c372
f1bbc66
efa23d1
1452a12
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"label": "Firebase Issues" | ||
"label": "Firebase Troubleshooting" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,9 @@ This error typically occurs when Firebase permissions or authentication settings | |
|
||
FlutterFlow requires the following roles to be granted to `[email protected]` for proper functionality: | ||
|
||
- **Editor** | ||
- **Cloud Functions Admin** | ||
- **Service Account Admin** | ||
- Editor | ||
- Cloud Functions Admin | ||
- Service Account Admin | ||
|
||
To add these permissions: | ||
|
||
|
@@ -78,15 +78,13 @@ This error typically occurs when Firebase permissions or authentication settings | |
|
||
|
||
|
||
:::info[Still Not Working?] | ||
Try Reconfiguring Permissions from Scratch | ||
::: | ||
:::info[Still not working?] | ||
Try reconfiguring permissions from scratch. | ||
|
||
If none of the steps resolve the issue: | ||
|
||
1. Remove existing Firebase permissions. | ||
2. Re-add all necessary roles from scratch. | ||
3. Follow the full setup instructions in the **[official FlutterFlow Firebase integration guide](/integrations/firebase/connect-to-firebase/)**. | ||
|
||
::: | ||
|
||
By following the steps above, you should be able to resolve the error and continue using FlutterFlow CMS without interruptions. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Managing Firebase Storage properly is essential for controlling your app's file | |
|
||
- **Spark Plan (Free)** | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please refer to the latest info from Firebase docs, because as far as I remember, Firebase Storage isnt free anymore? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you point to the docs that says its 1 GB? |
||
|
||
- Includes up to **5 GB** of storage. | ||
- Includes up to **1 GB** of storage. | ||
- Exceeding this limit requires upgrading to a paid plan. | ||
|
||
- **Blaze Plan (Pay-as-you-go)** | ||
|
Uh oh!
There was an error while loading. Please reload this page.