Skip to content

Commit e8f2729

Browse files
committed
Removed blockers
Fixed blocking issues
1 parent 2c73434 commit e8f2729

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

articles/communication-services/how-tos/calling-sdk/push-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ In case that you want to revoke an identity you need to follow [this process](..
6767

6868
## Related topics
6969

70-
- [Migrate Android SDK push notifications to FCM v1](../../tutorials/call-chat-migrate-android-push-fcmv1.md)
71-
- [Register for Android SDK push notifications using FCM v1](../../tutorials/call-chat-register-android-push-fcmv1.md)
70+
- [Migrate Android SDK push notifications to FCM v1](../../tutorials/call-chat-migrate-android-push-fcm-v1.md)
71+
- [Register for Android SDK push notifications using FCM v1](../../tutorials/call-chat-register-android-push-fcm-v1.md)

articles/communication-services/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ items:
242242
- name: Send short URL
243243
href: tutorials/sms-url-shortener.md
244244
- name: Migrate to Android push notifications FCM v1
245-
href: tutorials/call-chat-migrate-android-push-fcmv1.md
245+
href: tutorials/call-chat-migrate-android-push-fcm-v1.md
246246
- name: Register for Android push notifications FCM v1
247-
href: tutorials/call-chat-register-android-push-fcmv1.md
247+
href: tutorials/call-chat-register-android-push-fcm-v1.md
248248
- name: Phone numbers
249249
items:
250250
- name: Port a phone number into Azure

articles/communication-services/tutorials/call-chat-migrate-android-push-fcmv1.md renamed to articles/communication-services/tutorials/call-chat-migrate-android-push-fcm-v1.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article applies to call and chat applications using Android SDK with Fireba
1616

1717
On June 20, 2023, Google announced that it [deprecated sending messages using the FCM legacy APIs](https://firebase.google.com/docs/cloud-messaging). Google is removing the legacy FCM from service in June 2024. Google recommends [migrating from legacy FCM APIs to FCM HTTP v1](https://firebase.google.com/docs/cloud-messaging/migrate-v1).
1818

19-
If you have a new Android application or never used Google FCM, see the [Register for Android SDK push notifications using FCM v1](./call-chat-register-android-push-fcmv1.md) article.
19+
If you have a new Android application or never used Google FCM, see the [Register for Android SDK push notifications using FCM v1](./call-chat-register-android-push-fcm-v1.md) article.
2020

2121
If your Android application uses the push notification feature, complete the following steps to migrate your push notification to FCM HTTP v1.
2222

@@ -30,7 +30,7 @@ If your Android application uses the push notification feature, complete the fol
3030

3131
4. Click **Generate new private key** to download a JSON file containing your new private key.
3232

33-
![Generate new private key for FMC v1 in Firebase console.](./media/call-chat-fcm-firebase-console-gen-key.png)
33+
![Screenshot of how to generate new private key for FMC v1 in Firebase console.](./media/call-chat-fcm-firebase-console-gen-key.png)
3434

3535
5. Find and open the downloaded JSON file. You need values from this file for the next step.
3636

@@ -42,7 +42,8 @@ If your Android application uses the push notification feature, complete the fol
4242
2. Open **Settings** > **Google (FCM v1)**.
4343

4444
3. Enter the values from your downloaded JSON file in the text boxes for **Private Key**, **Client Email**, and **Project ID**.
45-
![Provide new private key credentials for FCM v1 in Azure portal settings.](./media/call-chat-fcmv1-credentials-add.png)
45+
46+
![Screenshot of how to provide a new private key credentials for FCM v1 in Azure portal settings.](./media/call-chat-fcmv1-credentials-add.png)
4647

4748
4. Click **Save**.
4849

@@ -53,7 +54,8 @@ If your Android application uses the push notification feature, complete the fol
5354
2. Open **Settings** > **Google (GCM/FCM)**.
5455

5556
3. Clear the **API Key** text box.
56-
![Remove legacy credentials for GCM / FCM from Azure portal settings.](./media/call-chat-fcm-credentials-remove.png)
57+
58+
![Screenshot of how to remove legacy credentials for GCM / FCM from Azure portal settings.](./media/call-chat-fcm-credentials-remove.png)
5759

5860
4. Click **Save**.
5961

articles/communication-services/tutorials/call-chat-register-android-push-fcmv1.md renamed to articles/communication-services/tutorials/call-chat-register-android-push-fcm-v1.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article applies to call and chat applications using Android SDK with Fireba
1616

1717
On June 20, 2023, Google announced that it [deprecated sending messages using the FCM legacy APIs](https://firebase.google.com/docs/cloud-messaging). Google is removing the legacy FCM from service in June 2024. Google recommends [migrating from legacy FCM APIs to FCM HTTP v1](https://firebase.google.com/docs/cloud-messaging/migrate-v1).
1818

19-
If your existing Android application uses the push notification feature, you need to [migrate to the FCM HTTP v1 endpoint](./call-chat-migrate-android-push-fcmv1.md).
19+
If your existing Android application uses the push notification feature, you need to [migrate to the FCM HTTP v1 endpoint](./call-chat-migrate-android-push-fcm-v1.md).
2020

2121
If you have a new Android application or never used Google FCM, complete the following steps to register for Android SDK push notification using FCM HTTP v1.
2222

@@ -31,8 +31,8 @@ Complete the following steps to migrate your push notification to FCM HTTP v1.
3131
3. Select any programming language.
3232

3333
4. Click **Generate new private key** to download a JSON file containing your new private key.
34-
35-
![Generate new private key for FMC v1 in Firebase console.](./media/call-chat-fcm-firebase-console-gen-key.png)
34+
35+
![Screenshot of how to generate a new private key for FMC v1 in Firebase console.](./media/call-chat-fcm-firebase-console-gen-key.png)
3636

3737
5. Find and open the downloaded JSON file. You need values from this file for the next step.
3838

@@ -44,7 +44,8 @@ Complete the following steps to migrate your push notification to FCM HTTP v1.
4444
2. Open **Settings** > **Google (FCM v1)**.
4545

4646
3. Enter the values from your downloaded JSON file in the text boxes for **Private Key**, **Client Email**, and **Project ID**.
47-
![Provide new private key credentials for FCM v1 in Azure portal settings.](./media/call-chat-fcmv1-credentials-add.png)
47+
48+
![Screenshot of how to provide a new private key credentials for FCM v1 in Azure portal settings.](./media/call-chat-fcmv1-credentials-add.png)
4849

4950
4. Click **Save**.
5051

articles/communication-services/tutorials/chat-android-push-notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ If the app is integrated with Azure Function, initialization of application para
238238

239239
## Related topics
240240

241-
- [Migrate Android SDK push notifications to FCM v1](./call-chat-migrate-android-push-fcmv1.md)
242-
- [Register for Android SDK push notifications using FCM v1](./call-chat-register-android-push-fcmv1.md)
241+
- [Migrate Android SDK push notifications to FCM v1](./call-chat-migrate-android-push-fcm-v1.md)
242+
- [Register for Android SDK push notifications using FCM v1](./call-chat-register-android-push-fcm-v1.md)

0 commit comments

Comments
 (0)