Hi,
As the title states, I get null for value when the user object is returned after a successful login. I've implemented multiple federated login processes, except for anonymous login, to go with email login. I also have it set to link other accounts using the same email, but that too is not triggering.
When I have an existing registered user in Firebase auth that I logged in using email, when I then try to log in (via redirect) using a federated account e.g. Facebook, instead of triggering the error for an existing account w/ different credential, the login succeeds, email is null, and on the Firebase console, I see an entry under Auth, that lists the Facebook account but w/o the email information.
I would like to consistently have this information, as having a null value will mess up our application. I did add the email scope to the provider request when authenticating with Facebook.
Thanks.