How can i enable logging in (react-native init) application with google account?
Asked
Active
Viewed 4,457 times
2
-
2This question is on the broad side and your best bet would be googling the title of this post. There are plenty of npm packages that can help with this. – Alex Harris May 12 '17 at 14:39
-
Ok, but what is the best way? – neman May 15 '17 at 09:15
2 Answers
1
The best way to handle login of any type is to use Firebase.
You can find Firebase libraries for React native here:
Great for all sorts of social logins including email, Twitter, Google, Facebook, etc..

ish
- 21
- 2
0
You can try this package. I'm using this in production app and it seems to work perfectly with minimum configuration.

Balram Khichar
- 95
- 5