Has Firebase changed. Getting error in code from Video
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.
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')