From 6bf07cd46a48fc16da72ad1129e69d4bb9f33b66 Mon Sep 17 00:00:00 2001 From: davidbielik Date: Mon, 11 Mar 2024 12:30:19 -0400 Subject: [PATCH 1/2] Update migrating_to_firebase_cloud_messaging.md --- .../android/migrating_to_firebase_cloud_messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md index 36214fd2519..8a8bee84f51 100644 --- a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md +++ b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md @@ -48,7 +48,7 @@ Enter a service account name, ID, and description, then select **Create and cont In the **Role** field, find and select **Firebase Cloud Messaging API Admin** from the list of roles. For more restrictive access, create a [custom role](https://cloud.google.com/iam/docs/creating-custom-roles) with the `cloudmessaging.messages.create` permission, then choose it from the list instead. When you're finished, select **Done**. {% alert warning %} -Be sure to select **Firebase Cloud Messaging _API_ Admin**, not **Firebase Cloud Messaging Admin**. +Be sure to select __Firebase Cloud Messaging **API** Admin__, not __Firebase Cloud Messaging Admin__. {% endalert %} ![The form for "Grant this service account access to project" with "Firebase Cloud Messaging API Admin" selected as the role.]({% image_buster /assets/img/android/push_integration/create_a_service_account/add-fcm-api-admin.png %}) From 0e524a2c4772ca1d70aa051e571d79f5056c06fe Mon Sep 17 00:00:00 2001 From: Isaiah Robinson <95643215+internetisaiah@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:40:17 -0700 Subject: [PATCH 2/2] Fixing syntax issue --- .../android/migrating_to_firebase_cloud_messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md index 8a8bee84f51..33cc04c161c 100644 --- a/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md +++ b/_docs/_developer_guide/platform_integration_guides/android/push_notifications/android/migrating_to_firebase_cloud_messaging.md @@ -48,7 +48,7 @@ Enter a service account name, ID, and description, then select **Create and cont In the **Role** field, find and select **Firebase Cloud Messaging API Admin** from the list of roles. For more restrictive access, create a [custom role](https://cloud.google.com/iam/docs/creating-custom-roles) with the `cloudmessaging.messages.create` permission, then choose it from the list instead. When you're finished, select **Done**. {% alert warning %} -Be sure to select __Firebase Cloud Messaging **API** Admin__, not __Firebase Cloud Messaging Admin__. +Be sure to select _Firebase Cloud Messaging **API** Admin_, not _Firebase Cloud Messaging Admin_. {% endalert %} ![The form for "Grant this service account access to project" with "Firebase Cloud Messaging API Admin" selected as the role.]({% image_buster /assets/img/android/push_integration/create_a_service_account/add-fcm-api-admin.png %})