I'm using google play services AccountPicker. My app doesn't require user to login but I added permission to get the account details in the manifest.
I would like to know the First Name, Last Name, email and gender of the user for push notifications (GCM)?
I'm using ANDROID STUDIO.
Thank you.