
- Forum posts: 2
Jul 11, 2017, 2:12:25 PM via Website
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.
Jul 11, 2017, 2:12:25 PM via Website
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.
Jul 14, 2017, 4:05:02 PM via Website
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.
Jul 15, 2017, 6:41:11 AM via Website
Jul 15, 2017 6:41:11 AM via Website
Yes, I did understood how to fetch user basic info, Thanks a lot !