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-update-sdk.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,25 @@
1
1
---
2
-
title: Updating Azure Notification Hub with FCMv1 Credentials
2
+
title: Updating Azure notification hub with FCMv1 credentials
3
3
description: Describes how Azure Notification Hubs can be updated using FCMv1 credentials
4
4
author: sreeharir
5
5
manager: nanooka
6
6
ms.service: azure-notification-hubs
7
7
ms.topic: article
8
-
ms.date: 09/04/2024
8
+
ms.date: 09/12/2024
9
9
ms.author: sreeharir
10
10
ms.reviewer: sethm
11
-
ms.lastreviewed: 09/04/2024
11
+
ms.lastreviewed: 09/12/2024
12
12
---
13
13
14
14
# Updating Azure Notification Hub with FCMv1 Credentials
15
15
16
-
## Introduction
17
-
This guide explains how to update an Azure Notification Hub with FCMv1 credentials using the Azure Management SDK for .NET. This is essential for enabling push notifications to Android devices via Firebase Cloud Messaging (FCMv1).
16
+
This guide explains how to update an Azure notification hub with FCMv1 credentials using the Azure Management SDK for .NET. This is essential for enabling push notifications to Android devices via Firebase Cloud Messaging (FCMv1).
18
17
19
18
## Prerequisites
20
19
- An existing Azure Notification Hub within a namespace.
21
20
- FCMv1 credentials including `clientEmail`, `privateKey`, and `projectId`.
22
21
23
-
### Step 1: Setup and Retrieve the Notification Hub
22
+
### Step 1: Set up and retrieve the Notification Hub
24
23
Before you can update the Notification Hub, ensure that you have set up the `ArmClient` and retrieved the relevant Notification Hub resource.
0 commit comments