Trying out Firebase Auth in Unity with email & pass method. User creation works great, I can see the users in Firebase console, and sign in works too. Upon successful account creation I call SendEmailVerificationAsync()
and it produces error The email corresponding to this action failed to send as the provided recipient email address is invalid.
while the newly created account actually has valid email without a doubt.
Could someone please advise how to troubleshoot the issue further?
Firebase Unity SDK 6.15.2 Unity version 2019.4.3f1