Skip to content

Commit 901f141

Browse files
committed
fix bullet spacing
1 parent 00b10eb commit 901f141

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ff-concepts/adding-customization/cloud-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ Here's how to test FlutterFlow's `sendUserPushNotificationsTrigger` function in
257257
`https://console.cloud.google.com/functions/details/us-central1/sendUserPushNotificationsTrigger?env=gen1&project=<projectID>&tab=testing`
258258
\
259259
In here:
260-
* Replace `<projectID>` with your GCP or Firebase project.
261-
* If you want to test a different Cloud Function, update `sendUserPushNotificationsTrigger` too.
260+
- Replace `<projectID>` with your GCP or Firebase project.
261+
- If you want to test a different Cloud Function, update `sendUserPushNotificationsTrigger` too.
262262
2. Paste the following JSON into the <kbd>Configure Triggering Event</kbd> text area.
263263
```json
264264
{
@@ -275,9 +275,9 @@ Here's how to test FlutterFlow's `sendUserPushNotificationsTrigger` function in
275275
}
276276
```
277277
3. In the `name` property:
278-
* Replace `<projectID>` with your GCP or Firebase project.
279-
* Replace `<documentID>` with the ID of the document. This document must already exist in Firestore.
280-
* If you're testing another function than `sendUserPushNotificationsTrigger`, update `ff_user_push_notifications` with the collection where the document is written.
278+
- Replace `<projectID>` with your GCP or Firebase project.
279+
- Replace `<documentID>` with the ID of the document. This document must already exist in Firestore.
280+
- If you're testing another function than `sendUserPushNotificationsTrigger`, update `ff_user_push_notifications` with the collection where the document is written.
281281
4. Update the values under the `fields` property for the message you want to send.
282282
\
283283
The `fields` in the example above are for FlutterFlow's built-in `sendUserPushNotificationsTrigger` function. If you're testing a different Cloud Function, you will need to update the `fields` for the code in *that* function.

0 commit comments

Comments
 (0)