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/configure-notification-hub-portal-pns-settings.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.lastreviewed: 02/14/2019
19
19
20
20
Azure Notification Hubs provides a push engine that's easy to use and that scales out. Use Notification Hubs to send notifications to any platform (iOS, Android, Windows, Baidu) and from any back end (cloud or on-premises). For more information, see [What is Azure Notification Hubs?](notification-hubs-push-notification-overview.md).
21
21
22
-
In this quickstart, you'll use the platform notification system (PNS) settings in Notification Hubs to set up push notifications on multiple platforms. The quickstart shows you the steps to take in the Azure portal. [Google Firebase Cloud Messaging](/azure/notification-hubs/configure-notification-hub-portal-pns-settings?tabs=azure-cli#google-firebase-cloud-messaging) includes instructions for using the Azure CLI.
22
+
In this quickstart, you'll use the platform notification system (PNS) settings in Notification Hubs to set up push notifications on multiple platforms. The quickstart shows you the steps to take in the Azure portal. [Google Firebase Cloud Messaging](/azure/notification-hubs/configure-notification-hub-portal-pns-settings?tabs=azure-cli#google-firebase-cloud-messaging-(FCM)) includes instructions for using the Azure CLI.
23
23
24
24
If you haven't already created a notification hub, create one now. For more information, see [Create an Azure notification hub in the Azure portal](create-notification-hub-portal.md) or [Create an Azure notification hub using the Azure CLI](create-notification-hub-azure-cli.md)
25
25
@@ -47,14 +47,14 @@ To set up Apple Push Notification Service (APNS):
47
47
48
48
For more information, see [Push notifications to iOS by using Azure Notification Hubs](notification-hubs-ios-apple-push-notification-apns-get-started.md).
49
49
50
-
## Google Firebase Cloud Messaging
50
+
## Google Firebase Cloud Messaging (FCM)
51
51
52
52
# [Portal](#tab/azure-portal)
53
53
54
-
To set up push notifications for Google Firebase Cloud Messaging (FCM):
54
+
To set up push notifications for Google FCM:
55
55
56
56
1. In the Azure portal, on the **Notification Hub** page, select **Google (GCM/FCM)** from the left menu.
57
-
2. Paste the **API Key** for the Google Firebase Cloud Messaging (FCM) project that you saved earlier.
57
+
2. Paste the **API Key** for the Google FCM project that you saved earlier.
58
58
3. Select **Save**.
59
59
60
60

@@ -72,7 +72,7 @@ Before you begin, you must have the following:
72
72
* The Azure CLI [extension for Notification Hubs](/cli/azure/ext/notification-hub/notification-hub).
73
73
* The **API Key** for a Google Firebase Cloud Messaging (FCM) project.
74
74
75
-
### Set up push notifications for Google Firebase Cloud Messaging (FCM)
75
+
### Set up push notifications for Google FCM
76
76
77
77
1. Use the [az notification-hub credential gcm update](/cli/azure/ext/notification-hub/notification-hub/credential/gcm#ext-notification-hub-az-notification-hub-credential-gcm-update) command to add your Google API Key to your notification hub.
0 commit comments