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/communication-services/tutorials/call-chat-migrate-android-push-fcm-v1.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article applies to call and chat applications using Android SDK with Fireba
16
16
17
17
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).
18
18
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.
20
20
21
21
If your Android application uses the push notification feature, complete the following steps to migrate your push notification to FCM HTTP v1.
22
22
@@ -30,7 +30,7 @@ If your Android application uses the push notification feature, complete the fol
30
30
31
31
4. Click **Generate new private key** to download a JSON file containing your new private key.
32
32
33
-

33
+

34
34
35
35
5. Find and open the downloaded JSON file. You need values from this file for the next step.
36
36
@@ -42,7 +42,8 @@ If your Android application uses the push notification feature, complete the fol
42
42
2. Open **Settings** > **Google (FCM v1)**.
43
43
44
44
3. Enter the values from your downloaded JSON file in the text boxes for **Private Key**, **Client Email**, and **Project ID**.
45
-

45
+
46
+

46
47
47
48
4. Click **Save**.
48
49
@@ -53,7 +54,8 @@ If your Android application uses the push notification feature, complete the fol
53
54
2. Open **Settings** > **Google (GCM/FCM)**.
54
55
55
56
3. Clear the **API Key** text box.
56
-

57
+
58
+

Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/call-chat-register-android-push-fcm-v1.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article applies to call and chat applications using Android SDK with Fireba
16
16
17
17
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).
18
18
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).
20
20
21
21
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.
22
22
@@ -31,8 +31,8 @@ Complete the following steps to migrate your push notification to FCM HTTP v1.
31
31
3. Select any programming language.
32
32
33
33
4. Click **Generate new private key** to download a JSON file containing your new private key.
34
-
35
-

34
+
35
+

36
36
37
37
5. Find and open the downloaded JSON file. You need values from this file for the next step.
38
38
@@ -44,7 +44,8 @@ Complete the following steps to migrate your push notification to FCM HTTP v1.
44
44
2. Open **Settings** > **Google (FCM v1)**.
45
45
46
46
3. Enter the values from your downloaded JSON file in the text boxes for **Private Key**, **Client Email**, and **Project ID**.
47
-

47
+
48
+

0 commit comments