I am using Firebase simple login with Facebook, and have encountered a little problem last night. After logging in with permissions as an empty array (default) I get this
thirdPartyUserData = {
email = <String>
"first_name" = <String>
gender = <String>
id = <String>
"last_name" = <String>
link = <String>
name = <String>
}
The difference is that now adays I do not see the 'picture' field, which was a dictionary with 'data' (and within 'data', 'url')... This change happened last night, is anyone else having the same problem with their authentication?
The permissions I have been logging on with are just [], (providing no permissions just uses the default)