React Native Google Authentication
How can i enable logging in (react-native init) application with google account?
The best way to handle login of any type is to use Firebase.
You can find Firebase libraries for React native here:
- Firestack
- React Native Firebase
Great for all sorts of social logins including email, Twitter, Google, Facebook, etc..
You can try this package. I'm using this in production app and it seems to work perfectly with minimum configuration.
https://github.com/devfd/react-native-google-signin
Comments
Post a Comment