react-native-google-sign-in icon indicating copy to clipboard operation
react-native-google-sign-in copied to clipboard

React Native Wrapper for Latest Google Sign-In OAuth SDK / API

Results 46 react-native-google-sign-in issues
Sort by recently updated
recently updated
newest added

I see that we need to move the google-services.json .. does that mean this project uses firebase? thanks.

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, standard, wide} I don't know how to use these types...

I followed all the instructions on latest documentation but still getting this. ![image](https://user-images.githubusercontent.com/31638171/36889140-9221921a-1e33-11e8-8e06-4a1a989f8282.png) ![image](https://user-images.githubusercontent.com/31638171/36889155-a44273c4-1e33-11e8-998a-1df902de4ead.png)

I've used **GoogleSignIn.disconnect()** & **GoogleSignIn.disconnectPromise()** to disconnect and revoke the auth. But it is not working. After doing disconnect, I still see the app on [Apps with access to your...

Platform: ios When i restart app it doesn't stay signed in? Is it supposed to be like that?

Hi. This issue already known: https://github.com/joonhocho/react-native-google-sign-in/issues/71 But my question about a little bit another: Could anyone put them instruction for manually add this bridge ? -Because, it's not known how...

Got strange error while build for Android: `Execution failed for task ':react-native-google-sign-in:processReleaseResources'.` `Error: more than one library with package name 'com.google.android.gms.license'` All steps completed. A few days ago, all was...

I followed the directions exactly and I am running into an issue when trying to build. The error I am getting is Apple Mach-O Linker (id) Error. I am not...

I've followed the instructions on the main page and ran into a several issues: - The latest version of Google Sign-In SDK is 4.1.2 and it does not include GoogleSignInDependencies.framework....