Skip to content

Commit e47714c

Browse files
committed
uploading changes
1 parent 7dc802b commit e47714c

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed
101 KB
Loading
46.5 KB
Loading

includes/notification-hubs-enable-firebase-cloud-messaging-xamarin.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,23 @@
1616
![Add Firebase to your Android app](./media/notification-hubs-enable-firebase-cloud-messaging/notification-hubs-add-firebase-to-android-app.png)
1717

1818
3. On the **Add Firebase to your Android app** page, take the following steps:
19-
1.
2019
1. For the **Android package name**, enter a name for your package. For example: `tutorials.tutoria1.xamarinfcmapp`.
2120

2221
![Specify the package name](./media/notification-hubs-enable-firebase-cloud-messaging/specify-package-name-fcm-settings.png)
22+
2. Select **Register app**.
23+
1. Select **Download google-services.json**. Then save the file into the folder of your project and select **Next**. If you haven't created the Visual Studio project yet, you can do this step after you create the project.
2324

24-
2. Select **Register app**.
25-
1.
26-
1. Select **Download google-services.json**. Then save the file into the folder of your project and select **Next**. If you haven't created the Visual Studio project yet, you can do this step after you create the project.
27-
28-
![Download google-services.json](./media/notification-hubs-enable-firebase-cloud-messaging/download-google-service-button.png)
29-
30-
6. Select **Next**.
31-
7. Select **Skip this step**.
32-
33-
![Skip the last step](./media/notification-hubs-enable-firebase-cloud-messaging/skip-this-step.png)
25+
![Download google-services.json](./media/notification-hubs-enable-firebase-cloud-messaging/download-google-service-button.png)
26+
6. Select **Next**.
27+
7. Select **Skip this step**.
3428

29+
![Skip the last step](./media/notification-hubs-enable-firebase-cloud-messaging/skip-this-step.png)
3530
8. In the Firebase console, select the cog for your project. Then select **Project Settings**.
3631

3732
![Select Project Settings](./media/notification-hubs-enable-firebase-cloud-messaging/notification-hubs-firebase-console-project-settings.png)
38-
3933
4. If you haven't downloaded the **google-services.json** file, you can do download it on this page.
4034

41-
1. Switch to the **Cloud Messaging** tab at the top.
35+
![Download google-services.json from the General tab](./media/notification-hubs-enable-firebase-cloud-messaging/download-google-services-json-general-page.png)
36+
1. Switch to the **Cloud Messaging** tab at the top. Copy and save the **Server key** for later use. You use this value to configure your notification hub.
4237

43-
1. Copy and save the **Server key** for later use. You use this value to configure your notification hub.
38+
![Copy server key](./media/notification-hubs-enable-firebase-cloud-messaging/server-key.png)

0 commit comments

Comments
 (0)