diff --git a/docs/guides/configure/auth-strategies/sign-in-with-google.mdx b/docs/guides/configure/auth-strategies/sign-in-with-google.mdx index 17dc76cbc1..01c416699c 100644 --- a/docs/guides/configure/auth-strategies/sign-in-with-google.mdx +++ b/docs/guides/configure/auth-strategies/sign-in-with-google.mdx @@ -45,12 +45,12 @@ To make the setup process easier, it's recommended to keep two browser tabs open - **Package name**: Your package name is in your `build.gradle` file, formatted as `com.example.myclerkapp`. - **SHA-1 certificate fingerprint**: To get your SHA-1, run the following command in your terminal: + > [!IMPORTANT] + > Replace `path-to-debug-or-production-keystore` with the path to your debug or production keystore. By default, the debug keystore is located in `~/.android/debug.keystore`. It may ask for a keystore password, which is `android`. **You may need to install [OpenJDK](https://openjdk.org/) to run the `keytool` command.** + ```sh {{ filename: 'terminal' }} - $ keytool -keystore path-to-debug-or-production-keystore -list -v + keytool -keystore path-to-debug-or-production-keystore -list -v ``` - - > [!NOTE] - > Replace `path-to-debug-or-production-keystore` with the path to your debug or production keystore. By default, the debug keystore is located in `~/.android/debug.keystore`. It may ask for a keystore password, which is `android`. **Please note that Java is required to run the `keytool` command.** 1. Select **Create**. ## Create the Google Developer Web client