Cannot send verification email FIREBASE AUTH #8843
Unanswered
kaneviggers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I made a testing Flutter app because I'm having problems with my bigger one and I wanted to try isolate the problem.
Whenever I try to call
await user.sendEmailVerification()
it never actually sends the email. I added.then
afterwards and checked if it did send and it says it did but I've tried everything so I'm hoping someone here can help me out!I tried calling
await user.updateDisplayName()
and that works but the send email verification doesn't.main.dart
verify.dart
flutter doctor
Thanks for your help!
-Kane
Beta Was this translation helpful? Give feedback.
All reactions