Skip to content

Commit 4eb2f62

Browse files
committed
updated
1 parent 34efbde commit 4eb2f62

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"label": "Backend Troubleshooting"
2+
"label": "Backend"
33
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
keywords: ['database', 'listview', 'mode']
3-
slug: /listview-gray-box-and-red-screen-errors-in-flutterflow
4-
title: ListView Gray Box and Red Screen Errors in FlutterFlow
3+
slug: /listview-gray-box-and-red-screen-errors
4+
title: ListView Gray Box and Red Screen Errors
55
---
66

7-
# ListView Gray Box and Red Screen Errors in FlutterFlow
7+
# ListView Gray Box and Red Screen Errors
88

99
**Issue**
1010

docs/troubleshooting/backend-issues/resolving_backend_configuration_issues.md renamed to docs/troubleshooting/backend-issues/resolving_firebase_configuration_issues.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
keywords: ['backend', 'issues', 'configuration']
3-
slug: /resolving-backend-configuration-issues
4-
title: Resolving Backend Configuration Issues
2+
keywords: ['firebase', 'issues', 'configuration']
3+
slug: /resolving-firebase-configuration-issues
4+
title: Resolving Firebase Configuration Issues
55
---
6-
# Resolving Backend Configuration Issues
6+
# Resolving Firebase Configuration Issues
77

88
If you are facing issues related to the backend in FlutterFlow, follow these steps to ensure your Firebase setup is correctly configured:
99

@@ -39,7 +39,7 @@ If you are facing issues related to the backend in FlutterFlow, follow these ste
3939

4040
If you have already completed the Firebase setup but continue to experience issues, remove existing permissions and complete the setup process from scratch.
4141

42-
**[Follow Firebase setup instructions](/integrations/firebase/connect-to-firebase/)**.
42+
Follow **[Firebase setup](/integrations/firebase/connect-to-firebase/)** instructions.
4343

4444
- **Authorized Domains**
4545

docs/troubleshooting/backend-issues/update_document_action_fails_during_backend_call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When performing the **Update Document** action, you may encounter a situation wh
1515
After performing the update action, always verify that the data has been correctly updated in your database. If your document is not streamed in real-time within your app, the updated data may not immediately appear. Check the data in FlutterFlow CMS or directly in Firebase to confirm the update.
1616
:::
1717

18-
**Causes of Document Update Failures**
18+
**Causes of Document Update Failures:**
1919

2020
When the update action fails, the action flow stops, preventing any subsequent actions from executing.
2121

0 commit comments

Comments
 (0)