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

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue