You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [description of a NotificationHub FcmV1Credential](/rest/api/notificationhubs/notification-hubs/create-or-update?view=rest-notificationhubs-2023-10-01-preview&tabs=HTTP#fcmv1credential).
68
+
See the [description of a NotificationHub FcmV1Credential](/rest/api/notificationhubs/notification-hubs/create-or-update?view=rest-notificationhubs-2023-10-01-preview&tabs=HTTP#fcmv1credential&preserve-view=true).
69
69
70
70
- Use API version: 2023-10-01-preview
71
71
-**FcmV1CredentialProperties**:
@@ -194,7 +194,7 @@ See [Create or overwrite an installation](/rest/api/notificationhubs/create-over
194
194
195
195
#### Option 1: Debug send
196
196
197
-
Use this procedure to test notifications prior to option 2, 3, or 4. See [Notification Hubs - Debug Send](/rest/api/notificationhubs/notification-hubs/debug-send?view=rest-notificationhubs-2023-10-01-preview&tabs=HTTP).
197
+
Use this procedure to test notifications prior to option 2, 3, or 4. See [Notification Hubs - Debug Send](/rest/api/notificationhubs/notification-hubs/debug-send?view=rest-notificationhubs-2023-10-01-preview&tabs=HTTP&preserve-view=true).
198
198
199
199
> [!NOTE]
200
200
> Use API version: 2023-10-01-preview.
@@ -220,11 +220,11 @@ Alternatively, you can perform a test send (debug send) via the Azure portal:
220
220
221
221
#### Option 2: Direct send
222
222
223
-
Perform a [direct send](/rest/api/notificationhubs/direct-send?view=rest-notificationhubs-2023-10-01-preview). In the request header, set `ServiceBusNotification-Format` to `fcmV1`.
223
+
Perform a [direct send](/rest/api/notificationhubs/direct-send?view=rest-notificationhubs-2023-10-01-preview&preserve-view=true). In the request header, set `ServiceBusNotification-Format` to `fcmV1`.
Perform an FcmV1 native notification send. See [Send a Google Cloud Messaging (GCM) native notification](/rest/api/notificationhubs/send-gcm-native-notification?view=rest-notificationhubs-2023-10-01-preview). In the request header, set `ServiceBusNotification-Format` to `fcmV1`. For example, in the request body:
227
+
Perform an FcmV1 native notification send. See [Send a Google Cloud Messaging (GCM) native notification](/rest/api/notificationhubs/send-gcm-native-notification?view=rest-notificationhubs-2023-10-01-preview&preserve-view=true). In the request header, set `ServiceBusNotification-Format` to `fcmV1`. For example, in the request body:
228
228
229
229
```json
230
230
{
@@ -246,7 +246,7 @@ Perform an FcmV1 native notification send. See [Send a Google Cloud Messaging (G
246
246
247
247
#### Option 4: template notification
248
248
249
-
You can test template sends with a new request body following [the new JSON payload structure](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send). No other changes need to be made. See [Send a template notification](/rest/api/notificationhubs/send-template-notification?view=rest-notificationhubs-2023-10-01-preview).
249
+
You can test template sends with a new request body following [the new JSON payload structure](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send). No other changes need to be made. See [Send a template notification](/rest/api/notificationhubs/send-template-notification?view=rest-notificationhubs-2023-10-01-preview&preserve-view=true).
0 commit comments