Skip to content

Commit 22ad242

Browse files
committed
updated content and formatting
1 parent 6c431b7 commit 22ad242

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/troubleshooting/cloud-functions-issues/fix_cloud_functions_deployment.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ You may encounter the following errors in the FlutterFlow Builder:
154154
- Make sure all rules and indexes have been deployed from FlutterFlow.
155155

156156

157-
## Trigger Configuration Issues
157+
**Additional Troubleshooting and Optimization:**
158+
159+
- **Trigger Configuration Issues**
158160

159161
If your Cloud Functions are not being triggered:
160162

@@ -167,7 +169,7 @@ You may encounter the following errors in the FlutterFlow Builder:
167169

168170
- Firebase security rules and project permissions must allow the Cloud Function operations.
169171

170-
## Execution Timeouts
172+
- **Execution Timeouts**
171173

172174
- Cloud Functions may fail if execution time exceeds limits.
173175
- Set a custom timeout duration in FlutterFlow:
@@ -180,11 +182,11 @@ You may encounter the following errors in the FlutterFlow Builder:
180182

181183
![](../assets/20250430121134509618.png)
182184

183-
:::note
184-
Longer timeouts may increase Firebase costs.
185-
:::
185+
:::note
186+
Longer timeouts may increase Firebase costs.
187+
:::
186188

187-
## Cold Start Delays
189+
- **Cold Start Delays**
188190

189191
Cloud Functions may respond slower after periods of inactivity:
190192
- Use **Cloud Scheduler** to periodically invoke functions and keep them warm.

0 commit comments

Comments
 (0)