From e3dfacd4482f4dde27337ba18a20648e49da5f45 Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Thu, 30 Nov 2023 16:32:19 -0500 Subject: [PATCH] fix: pencil --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 480b99d7e0..7cd30f0dc8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -239,7 +239,7 @@ Set up your Firebase project as follows: 8. Ensure your service account has the **Firebase Authentication Admin** role. This is required to ensure that exported user records contain the password hashes of the user accounts: 1. Go to [Google Cloud console | IAM & admin](https://console.cloud.google.com/iam-admin). - 2. Find your service account in the list. If not added click the **pencil** icon to edit its + 2. Find your service account in the list. If not added click the pencil icon to edit its permissions. 3. Click **ADD ANOTHER ROLE** and choose **Firebase Authentication Admin**. 4. Click **SAVE**.