From c50427163fc0c011772e8968177fa9284c2ad645 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sun, 26 Oct 2025 12:59:12 +0100 Subject: [PATCH 1/2] docs: simplify android setup --- docs/setting-up/android.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/setting-up/android.md b/docs/setting-up/android.md index c6f8195..318b050 100644 --- a/docs/setting-up/android.md +++ b/docs/setting-up/android.md @@ -52,7 +52,3 @@ This ends the setup for Firebase. ## Rebuild the native project Do not forget to rebuild the native app after the setup is done. - -## Choose Dependency versions (optional) - -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. From 4c090481de633a9596e1e29dfc5247810c844393 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sun, 26 Oct 2025 13:19:56 +0100 Subject: [PATCH 2/2] docs: simplify android setup --- docs/troubleshooting.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index c65f2ef..db308a3 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -39,10 +39,6 @@ See [`DEVELOPER_ERROR` paragraph](#developer_error). 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). -### Changing `play-services-auth` version - -See ["Choose Dependency versions"](setting-up/android.md#choose-dependency-versions-optional) above. - ### Package name !== application id 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`.