DEV Community

Discussion on: Get Started with React Native + Google Sign In

Collapse
 
anwargul0x profile image
Anwar Gul • Edited

With this method you only get basic user info like email ,name ,avatar and so on. Unlike login with email where your user has to enter password in the given field ,login with gmail returns a token .

A Token that will be send to custom backend to verify and store user details.