Context: web app, Firebase 3.2
I can authenticate the user via Google or Facebook (using the popup flow) without any issue, but I am going nuts about retrieving the email of the user... :-)
I checked both Google and Facebook and both apps require the email access as per the addScope... during the auth consent it also clearly specifies that email will be accessed.
Yet, the "user" authenticated displays the correct profile name, the photoURL, but an empty email... so I end up having a user in Firebase, but with no email attached...
Anyone has an idea of what might the reason for this?
thanks in advance!