Operating System
MacOS Sonoma 14.1.1
Browser Version
Brave 1.20.125
Firebase SDK Version
10.8.0
Firebase SDK Product:
Auth
Describe your project's tooling
Firebase cloud functions.
Next.js application using firebase@10.8.0
Describe the problem
When the user confirm's a password reset by calling the confirmPasswordReset function, it succeeds and I can even log the user in immediately after. But when I log out and then try to log back in I get an auth error with an Invalid account message.
Downgrading to 10.7.2 fixes the problem entirely.
Steps and code to reproduce issue
Go through a password reset and confirm it by calling confirmPasswordReset with the action code and the new password. Attempt to log in and then observe the error.