[firebase_auth] Email verification sending link instead of code? #3720
Unanswered
dshundal94
asked this question in
Q&A
Replies: 1 comment
-
The shorthand answer is yes. Go here for further information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Reading through the FlutterFire Documentation, it says that when sending a verification email, Firebase will send a unique code:
Instead I am getting a link in my email to verify the user. In the firebase console, in the verification email template, I can see that the email that is being sent, is being sent with a verification link:
How do I go about sending a code, instead of a link? Do I have to create a custom email link handler?
Beta Was this translation helpful? Give feedback.
All reactions