Skip to content

Commit 7323b85

Browse files
Merge pull request #268323 from sethmanheim/nh-fcmrest
Update Firebase REST article
2 parents e75e81a + 462359f commit 7323b85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/notification-hubs/firebase-migration-rest.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,12 @@ The first step is to add credentials via the Azure portal, a management-plane hu
4545

4646
OR
4747

48-
If you want to create a service account with customized access permission, you can create a service account through the [IAM & Admin > Service Accounts page](https://console.cloud.google.com/iam-admin/serviceaccounts). Go to the page directly by clicking **Manage service account permissions**. You can create a service account that has **Firebase cloud messaging admin access** and use it for your notification hub credential update.
48+
If you want to create a service account with customized access permission, you can create a service account through the [IAM & Admin > Service Accounts page](https://console.cloud.google.com/iam-admin/serviceaccounts). Go to the page directly by clicking **Manage service account permissions**. You can create a service account that has one of the following roles:
49+
50+
- Firebase Admin (roles/firebase.admin)
51+
- Firebase Grow Admin (roles/firebase.growthAdmin)
52+
- Firebase Admin SDK Administrator Service Agent (roles/firebase.sdkAdminServiceAgent)
53+
- Firebase SDK Provisioning Service Agent (roles/firebase.sdkProvisioningServiceAgent)
4954

5055
:::image type="content" source="media/firebase-migration-rest/service-accounts.png" alt-text="Screenshot showing IAM service account settings." lightbox="media/firebase-migration-rest/service-accounts.png":::
5156

0 commit comments

Comments
 (0)