diff --git a/docs/06-concepts/11-authentication/04-providers/02-google/01-setup.md b/docs/06-concepts/11-authentication/04-providers/02-google/01-setup.md index d6230ad9..d5d72451 100644 --- a/docs/06-concepts/11-authentication/04-providers/02-google/01-setup.md +++ b/docs/06-concepts/11-authentication/04-providers/02-google/01-setup.md @@ -182,6 +182,10 @@ Fill in all required information, you can get the debug SHA-1 hash by running `. Put the file inside the `android/app/` directory and rename it to `google-services.json`. +:::info +If your `google-services.json` does not include a web OAuth client entry, you may need to provide client IDs programmatically as described on the [configuration page](./configuration#configuring-client-ids-on-the-app). +::: + :::info For a production app you need to get the SHA-1 key from your production keystore! This can be done by running this command: ([Read more](https://support.google.com/cloud/answer/6158849#installedapplications&android&zippy=%2Cnative-applications%2Candroid)).