Fuse.Firebase
Fuse.Firebase copied to clipboard
Get all the UserData
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 ?
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)
Also sorry for the delayed answer, been busy with other Fuse things :)
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