如何从 Firebase 管理面板发送电子邮件以验证电子邮件地址。

huangapple go评论59阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年7月11日 03:35:26
  • 转载请务必保留本文链接:https://go.coder-hub.com/76656797.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定