英文:
How to send email from firebase admin panel for verify the email
问题
我正在使用Firebase电子邮件验证系统来验证用户的电子邮件。但是有些用户无法完成此操作。因此,我想使用Firebase控制台发送邮件。是否有办法从Firebase控制台发送电子邮件验证邮件?
英文:
I am using firebase email verification system to verify the user email. But some of the user can't do that. So that I want to send mail using firebase console. Is there anyway to send email verification mail from firebase console?
答案1
得分: 0
Firebase控制台无法触发电子邮件验证。为了减少滥用,Firebase仅在已经在客户端代码中经过身份验证的用户请求时才支持发送此类电子邮件。
如果从用户设备触发不起作用(对于某些用户),最好的起点是调查为什么不起作用。
英文:
There is no way to trigger email verification from the Firebase console. To reduce abuse, Firebase only supports sending such an email when requested by the already authenticated user in the client-side code itself.
If triggering it from the user's device doesn't work for (some of) your users, the best starting point is to investigate why that doesn't work.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论