We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe347d commit a0ba0ecCopy full SHA for a0ba0ec
docs/ff-concepts/adding-customization/cloud-functions.md
@@ -259,6 +259,7 @@ Here's how to test FlutterFlow's `sendUserPushNotificationsTrigger` function in
259
- If you want to test a different Cloud Function, update `sendUserPushNotificationsTrigger` with the relevant cloud function name.
260
2. Paste the following JSON into the <kbd>Configure Triggering Event</kbd> text area.
261
262
+ ```json
263
{
264
"value": {
265
"name": "projects/<projectID>/databases/(default)/documents/sendUserPushNotificationsTrigger/<documentID>",
0 commit comments