-
The GoogleSignin library is out of date, there is a new one available:
https://github.com/google/GoogleSignIn-iOS/releases
https://developers.google.com/identity/sign-in/ios/quick-migration-guide
…
-
This issue applies to Android only. iOS works just fine.
I get an error, "A non-recoverable sign in failure occurred", after triggering google sign in. I found a similar issue, https://github.com/r…
awlui updated
4 weeks ago
-
Currently the Swift wrapper classes for Facebook & GoogleSignIn are out of date, which breaks the example app on iOS.
You can run the example if you comment out the Swift wrappers, but that is not id…
-
After installing the latest release of this plugin, the `npx cap update` command results in error during the pod install phase, see the following output:
```bash
$ npx cap update …
-
edit: this is now available - see https://github.com/react-native-google-signin/google-signin/issues/1176#issuecomment-2461003447
```
// using this library for decoding
import jwtDecode from 'jwt…
-
Hi @Thaina,
I'm encountering this error in my project:
Library\PackageCache\com.google.signin@cdb93a3e74\GoogleSignIn\Impl\GoogleSignInImplEditor.cs(108,33): error CS1069: The type name 'HttpUtili…
-
It seems there is an issue with google sign in for Android devices.
If I use the below code from the example
```
_googleSignIn = GoogleSignIn(
params: const GoogleSignInParams(
clientId: …
-
-
GoogleSignIn.DefaultInstance causes a crash, who had such a thing?
-
I'm trying to render GoogleSignIn Button. But "GoogleSignInButton" is not exported from NativeModules.
GoogleSignIn.ios.js/GoogleSignIn.android.js has these types.
{dark,
iconOnly,
light,
stan…