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
Copy file name to clipboardExpand all lines: articles/notification-hubs/firebase-migration-rest.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,23 @@ Go to your notification hub on the Azure portal, and select **Settings > Google
59
59
60
60
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).
61
61
62
+
- Use API version: 2023-10-01-preview
63
+
-**FcmV1CredentialProperties**:
64
+
65
+
| Name | Type |
66
+
|--------------------|---------------|
67
+
|`clientEmail`| string |
68
+
|`privateKey`| string |
69
+
|`projectId`| string |
70
+
62
71
#### Option 3: Update FcmV1 credentials via data plane hub operation
63
72
64
-
See [Create a notification hub](/rest/api/notificationhubs/create-notification-hub) and [Update a notification hub](/rest/api/notificationhubs/update-notification-hub). Make sure to put **FcmV1Credential** after **GcmCredential**, as the order is important. For example:
73
+
See [Create a notification hub](/rest/api/notificationhubs/create-notification-hub) and [Update a notification hub](/rest/api/notificationhubs/update-notification-hub).
74
+
75
+
- Use API version: 2015-01
76
+
- Make sure to put **FcmV1Credential** after **GcmCredential**, as the order is important.
|`ServiceBusNotification-Format`| Set to `fcmV1` or `template`|
198
+
|`Servicebusnotification-Tags`| {single tag identifier} |
199
+
178
200
Test a payload [with the following structure](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages/send) via debug send. Note that FcmV1 introduces a significant change in the structuring of the JSON message payload:
179
201
180
202
1. The entire payload moved under a message object.
Copy file name to clipboardExpand all lines: articles/notification-hubs/notification-hubs-gcm-to-fcm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.lastreviewed: 03/01/2024
13
13
14
14
# Azure Notification Hubs and Google Firebase Cloud Messaging migration
15
15
16
-
The core capabilities for the integration of Azure Notification Hubs with Firebase Cloud Messaging (FCM) v1 are ready for testing. As a reminder, Google will stop supporting FCM legacy HTTP on June 20, 2024, so you must migrate your applications and notification payloads to the new format before then. All methods of onboarding will be ready for migration by March 1, 2024.
16
+
The core capabilities for the integration of Azure Notification Hubs with Firebase Cloud Messaging (FCM) v1 are avaiable. As a reminder, Google will stop supporting FCM legacy HTTP on June 20, 2024, so you must migrate your applications and notification payloads to the new format before then.
17
17
18
18
## Concepts for FCM v1
19
19
@@ -22,7 +22,7 @@ The core capabilities for the integration of Azure Notification Hubs with Fireba
22
22
23
23
## Migration steps
24
24
25
-
The Firebase Cloud Messaging (FCM) legacy API will be deprecated by July 2024. You can begin migrating from the legacy HTTP protocol to FCM v1 on March 1, 2024. You must complete the migration by June 2024.
25
+
The Firebase Cloud Messaging (FCM) legacy API will be deprecated by July 2024. You can begin migrating from the legacy HTTP protocol to FCM v1 now. You must complete the migration by June 2024.
26
26
27
27
- For information about migrating from FCM legacy to FCM v1 using the Azure SDKs, see [Google Firebase Cloud Messaging (FCM) migration using SDKs](firebase-migration-sdk.md).
28
28
- For information about migrating from FCM legacy to FCM v1 using the Azure REST APIs, see [Google Firebase Cloud Messaging (FCM) migration using REST APIs](firebase-migration-rest.md).
0 commit comments