You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In first place i like to thank you MrSwitch for your incredible work!
Iam developing an app in quasar and i need to get from google account the birthday and address (if the user has allready seted), but i dont know how, can you please help me?
In facebook i coud reach that fields with this:
this.$hello(network).api('me',{fields:'email,id,name,birthday,location'})
But in google if i put any field over api function, dosent work.
Hello,
In first place i like to thank you MrSwitch for your incredible work!
Iam developing an app in quasar and i need to get from google account the birthday and address (if the user has allready seted), but i dont know how, can you please help me?
In facebook i coud reach that fields with this:
this.$hello(network).api('me',{fields:'email,id,name,birthday,location'})
But in google if i put any field over api function, dosent work.
I been looking and doing a research about that, and i found in the google.js module the birthday scope is empty, maybe if you put birthday: 'https://www.googleapis.com/auth/user.birthday.read' and add a new scope location: 'https://www.googleapis.com/auth/user.addresses.read', it works, is just a thought.
thank you very much for the help!!!
The text was updated successfully, but these errors were encountered: