Fetching FirstName, LastName, email and profile pic after you sign-in using google account.

  • Replies:2
Vismay Patil
  • Forum posts: 2

Jul 11, 2017, 2:12:25 PM via Website

I am creating an app which uses google sign-in after logged in the next activity should display all the above details of the user in a textview or in appbar.

Reply
Dev Lt
  • Forum posts: 54

Jul 14, 2017, 4:05:02 PM via Website

You can use Firebase backend which has Google sign-in feature. Then you can easily get user's display name and email but unfortunately phone number is considered to be private information so you can't fetch it directly.

Reply
Vismay Patil
  • Forum posts: 2

Jul 15, 2017, 6:41:11 AM via Website

Yes, I did understood how to fetch user basic info, Thanks a lot !

Reply