Skip to content

Commit c5e98ba

Browse files
author
Delora Bradish
committed
updated H3
1 parent 462da08 commit c5e98ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/notification-hubs/configure-notification-hub-portal-pns-settings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.lastreviewed: 02/14/2019
1919

2020
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).
2121

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.
2323

2424
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)
2525

@@ -47,14 +47,14 @@ To set up Apple Push Notification Service (APNS):
4747

4848
For more information, see [Push notifications to iOS by using Azure Notification Hubs](notification-hubs-ios-apple-push-notification-apns-get-started.md).
4949

50-
## Google Firebase Cloud Messaging
50+
## Google Firebase Cloud Messaging (FCM)
5151

5252
# [Portal](#tab/azure-portal)
5353

54-
To set up push notifications for Google Firebase Cloud Messaging (FCM):
54+
To set up push notifications for Google FCM:
5555

5656
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.
5858
3. Select **Save**.
5959

6060
![Screenshot that shows how to configure Notification Hubs for Google FCM](./media/notification-hubs-android-push-notification-google-fcm-get-started/fcm-server-key.png)
@@ -72,7 +72,7 @@ Before you begin, you must have the following:
7272
* The Azure CLI [extension for Notification Hubs](/cli/azure/ext/notification-hub/notification-hub).
7373
* The **API Key** for a Google Firebase Cloud Messaging (FCM) project.
7474

75-
### Set up push notifications for Google Firebase Cloud Messaging (FCM)
75+
### Set up push notifications for Google FCM
7676

7777
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.
7878

0 commit comments

Comments
 (0)