Hello,
I was making preparation to launch my production version Android app. So I have created a Firebase project that includes:
Firebase Authentication
Firebase Database
Firebase Storage
With authentication, all is working fine, however when the user wants to:
Reset password
Activate account (when created with Email and Password auth)
Verify email
or any other type of transactional email, the received link is always expired. That means, when the user clicks on the link to reset password or verify email, he always gets:
Try resetting your password again
Your request to reset your password has expired or the link has already been used
Any idea what's wrong?
Note: When I receive emails from my test account that I created months earlier, all works fine, I made all sort of comparison between both projects and I didn't find any difference.
Thanks a lot in advance for your help...