firebase_auth/internal-error when sending email sign-in link with Flutter
I am attempting to send a email sign-in link with Flutter/Firebase. I have followed the steps in this link, however when I run the sendSignInLinkToEmail an error is thrown with this Object: enter image description here. FutureOr<void> emailErrorHandler(Object error) {…