Fuse.Firebase icon indicating copy to clipboard operation
Fuse.Firebase copied to clipboard

Get all the UserData

Open mstfash opened this issue 8 years ago • 3 comments

How can I retrieve the whole user response object from facebook userid, email, access token, name and everything else instead of just email, photo and name ?

mstfash avatar Jan 04 '17 15:01 mstfash

I don't think that's something supported by the firebase api, it sounds like you want to use the facebook api (which I havent explored much)

cbaggers avatar Jan 18 '17 15:01 cbaggers

Also sorry for the delayed answer, been busy with other Fuse things :)

cbaggers avatar Jan 18 '17 15:01 cbaggers

There is a way to add scopes depending on what you need from the user. See Here

However, this implementation does not currently support them. Feel free to modify and submit a PR, for now I'll mark this as an enhancement

LuisRodriguezLD avatar May 22 '18 19:05 LuisRodriguezLD