Skip to content

Commit e6a6785

Browse files
authored
Add preserve-view=true to documentation
1 parent a0b75a2 commit e6a6785

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/notification-hubs/firebase-migration-rest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Go to your notification hub on the Azure portal, and select **Settings > Google
6565

6666
#### Option 2: Update FcmV1 credentials via management plane hub operation
6767

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).
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).
6969

7070
- Use API version: 2023-10-01-preview
7171
- **FcmV1CredentialProperties**:
@@ -194,7 +194,7 @@ See [Create or overwrite an installation](/rest/api/notificationhubs/create-over
194194

195195
#### Option 1: Debug send
196196

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).
198198

199199
> [!NOTE]
200200
> Use API version: 2023-10-01-preview.
@@ -220,11 +220,11 @@ Alternatively, you can perform a test send (debug send) via the Azure portal:
220220

221221
#### Option 2: Direct send
222222

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`.
224224

225225
#### Option 3: FcmV1 native notification (audience send)
226226

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). 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:
228228

229229
```json
230230
{
@@ -246,7 +246,7 @@ Perform an FcmV1 native notification send. See [Send a Google Cloud Messaging (G
246246

247247
#### Option 4: template notification
248248

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).
250250

251251
## Next steps
252252

0 commit comments

Comments
 (0)