mynotes-course icon indicating copy to clipboard operation
mynotes-course copied to clipboard

Has Firebase changed. Getting error in code from Video

Open mrwrighty opened this issue 2 years ago • 1 comments

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.

mrwrighty avatar Sep 20 '23 14:09 mrwrighty

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')

stevenzieske avatar Sep 21 '23 01:09 stevenzieske