Skip to content

Commit 7ec1a0c

Browse files
authored
docs: minor updates (#86)
1 parent 94d9edb commit 7ec1a0c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/config-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Next steps:
5656

5757
## Requirements
5858

59-
- Valid subscription (get access at [universal-sign-in.com](https://universal-sign-in.com))
59+
- Active license (get access at [universal-sign-in.com](https://universal-sign-in.com))
6060
- Android device/emulator with your app installed, OR a built APK file
6161

6262
## Related Documentation

docs/troubleshooting.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ sidebar_position: 70
77

88
## Android
99

10+
### Sign in result is `cancelled` even though the user did not cancel the flow {#unexpected_cancelled}
11+
12+
You may be hitting an [error in the Android SDK](https://issuetracker.google.com/issues/424210681). This error is usually observed with `presentExplicitSignIn`. Follow the [`DEVELOPER_ERROR paragraph`](#developer_error) to resolve it.
13+
1014
### Login does not work when downloading from the Play Store.
1115

1216
See [`DEVELOPER_ERROR` paragraph](#developer_error).
@@ -17,15 +21,15 @@ This is always (! _absolutely always_ !) a configuration mismatch between your a
1721

1822
Firstly, if you are using Firebase Auth, verify Google is enabled as a Sign-in method in Firebase Console (Build -> Authentication -> Sign-in method).
1923

20-
Then: if you have the APK that gives this error, we recommend to run the [Configuration Doctor](./config-doctor.md) and follow its instructions:
24+
Then: if you have the APK (on your phone, or computer) that gives this error, we recommend to run the [Configuration Doctor](./config-doctor.md) and follow its instructions:
2125

2226
```bash
2327
npx @react-native-google-signin/config-doctor
2428
```
2529

26-
Otherwise, we recommend:
30+
Otherwise:
2731

28-
- Follow the [setup guide](/docs/setting-up/get-config-file) and perform its steps once again, very carefully.
32+
- Follow the [setup guide](/docs/setting-up/get-config-file) and perform its steps once again.
2933
- If you're passing `webClientId` in the configuration object to `GoogleSignin.configure()`, make sure it's correct and that it is of type web (NOT Android!). You can get your `webClientId` from [Google Developer Console](https://console.developers.google.com/apis/credentials). It is listed under "OAuth 2.0 client IDs".
3034
- [Search the issue tracker](https://github.com/react-native-google-signin/google-signin/issues?q=is%3Aissue+DEVELOPER+ERROR+is%3Aclosed) for old reports of the error.
3135

0 commit comments

Comments
 (0)