You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same for me here. I'm only able to catch INVALID_LOGIN_CREDENTIALS from the login function but from the register function i'm still able to catch all of the three errors ('weak-password', 'email-already-in-use', 'invalid-email')
Great course, many thanks. New to Flutter/dart, been using Nativescript and looking to move over to Flutter.
I get this on the unknown user.
E/RecaptchaCallWrapper( 8269): Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - An internal error has occurred. [ INVALID_LOGIN_CREDENTIALS ]
E/flutter ( 8269): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: [firebase_auth/INVALID_LOGIN_CREDENTIALS] An internal error has occurred. [ INVALID_LOGIN_CREDENTIALS ]
INVALID_LOGIN_CREDENTIALS rather than user-not-found.
The text was updated successfully, but these errors were encountered: