--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/d96437f8-0678-4639-9eba-10c32860b95f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Milton,If you need additional information that we don't provide in FirebaseUser, then you utilize the FacebookCallback<LoginResult> to grab info provided by Facebook, or take the token from loginResult.getAccessToken() and make calls to the Facebook SDK to grab additional information. Google works similarly.☼, Kato
On Tue, Sep 27, 2016 at 9:39 AM, Milton Quranda <milton....@gmail.com> wrote:
The app i am writing is gender and age range specific. I have been trying to get the user information specifically age or age range and gender from Facebook and Google auth. FirebaseUser itself only has email address, display name, uid and token. No information in birthday and gender.
Facebook basic profile provides age range and gender and a specified scope will provide a birthday. I am not able to extract these information from basic profile neither am i able to extract the extra scope that i specified. Probably i am not aware of how to.
Google oauth provides a scope for birthday, but its not showing up in provider data either.
https://www.googleapis.com/auth/user.birthday.read
Can someone provide a sample on getting these information from facebook and google using either firebase or firebase-ui.
Thanks for your response in advance. Any ideas / suggestions would be really helpful. I am currently stuck.
-Milton
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/d96437f8-0678-4639-9eba-10c32860b95f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.