Skip to content

Commit

Permalink
#1239 Update Google credentials term from Developer Account ID to `…
Browse files Browse the repository at this point in the history
…Google Cloud Project ID`
  • Loading branch information
rogerluan authored Jun 4, 2024
2 parents 86b1ff5 + 2e77f98 commit 54969f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/includes/google-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
**Note:** if you face issues when following these instructions, you might want to refer to the [official documentation by Google](https://developers.google.com/android-publisher/getting_started/?hl=en).

1. Open the [Google Play Console](https://play.google.com/console/?hl=en)
1. Click **Account Details**, and note the **Developer Account ID** listed there
1. Click **Account Details**, and note the **Google Cloud Project ID** listed there
1. Enable the [Google Play Developer API](https://console.developers.google.com/apis/api/androidpublisher.googleapis.com/?hl=en) by selecting an existing Google Cloud Project that fits your needs and pushing **ENABLE**
1. If you don't have an existing project or prefer to have a dedicated one for _fastlane_, [create a new one here](https://console.cloud.google.com/projectcreate/?hl=en) and follow the instructions
1. Open [Service Accounts on Google Cloud](https://console.cloud.google.com/iam-admin/serviceaccounts?hl=en) and select the project you'd like to use
1. Click the **CREATE SERVICE ACCOUNT** button at the top of the **Google Cloud Platform Console** page
1. Verify that you are on the correct Google Cloud Platform Project by looking for the **Developer Account ID** from earlier within the light gray text in the second input, preceding `.iam.gserviceaccount.com`, or by checking the project name in the navigation bar. If not, open the picker in the top navigation bar, and find the right one.
1. Verify that you are on the correct Google Cloud Platform Project by looking for the **Google Cloud Project ID** from earlier within the light gray text in the second input, preceding `.iam.gserviceaccount.com`, or by checking the project name in the navigation bar. If not, open the picker in the top navigation bar, and find the right one.
1. Provide a `Service account name` (e.g. fastlane-supply)
1. Copy the generated email address that is noted below the `Service account-ID` field for later use
1. Click **DONE** (don't click **CREATE AND CONTINUE** as the optional steps such as granting access are not needed): <img src="/img/getting-started/android/creating-service-account.png" width="700" />
Expand Down

0 comments on commit 54969f4

Please sign in to comment.