Skip to content

Commit 94d9edb

Browse files
authored
docs: simplify android setup (#85)
1 parent fa9c1a8 commit 94d9edb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

docs/setting-up/android.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ This ends the setup for Firebase.
5252
## Rebuild the native project
5353

5454
Do not forget to rebuild the native app after the setup is done.
55-
56-
## Choose Dependency versions (optional)
57-
58-
The library depends on `com.google.android.gms:play-services-auth`, as seen in [build.gradle](https://github.com/react-native-community/google-signin/blob/master/android/build.gradle). If needed, you may control their versions by the `ext` closure, as seen in the code snippet above.

docs/troubleshooting.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ See [`DEVELOPER_ERROR` paragraph](#developer_error).
3939

4040
See [this comment](https://github.com/react-native-community/google-signin/issues/659#issuecomment-513555464). Or [this SO question](https://stackoverflow.com/questions/53816227/google-signin-sdk-is-failing-by-throwing-error-a-non-recoverable-sign-in-failur).
4141

42-
### Changing `play-services-auth` version
43-
44-
See ["Choose Dependency versions"](setting-up/android.md#choose-dependency-versions-optional) above.
45-
4642
### Package name !== application id
4743

4844
When adding a new oauth client, google asks you to add your package name. In some cases your package name is not equal to your application id. Check if your package name in the `AndroidManifest.xml` is the same as your application/bundle id. Find your application id in the play console or `android/app/build.gradle`. The format looks like `com.yourapp.id`.

0 commit comments

Comments
 (0)