How do we send email verification when user is not signed-in? #6292
-
Hi there, My app requires users to request email verification link if for some reason the original verification link cannot be used. For this reason we would need to call We have tried to sign-in as anonymous user and update the email address to the user-provided email address, and then use it as So the question is; how do we send email verification link when the user is not signed-in? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Interesting - I haven't had this use case. Easiest way might be to use firebase-admin-sdk in a cloud function - have you tried that? |
Beta Was this translation helpful? Give feedback.
-
@mikehardy No I didn't try that, will try now. |
Beta Was this translation helpful? Give feedback.
Interesting - I haven't had this use case. Easiest way might be to use firebase-admin-sdk in a cloud function - have you tried that?