【问题标题】:How can you send a verify email template out in firebase?如何在 Firebase 中发送验证电子邮件模板?
【发布时间】:2016-06-01 12:01:12
【问题描述】:

在 firebase 对象中,您在身份验证令牌中具有以下属性 - email_verified。我如何利用它来检查并发送验证电子邮件模板?看起来 firebase 已经为它设置了,但没有关于如何使用它的信息......非常感谢您的任何回复。

【问题讨论】:

  • @Frank van Puffelen。我看到你已经编辑了这个问题,我知道你为 Firebase 工作。这是我见过的第三个类似问题。没有答案吗?

标签: javascript firebase firebase-authentication


【解决方案1】:

如果您的问题是关于如何发送验证电子邮件,firebase.User 有一个 sendEmailVerification() 方法。

https://firebase.google.com/docs/reference/js/firebase.User#sendEmailVerification

【讨论】:

  • 谢谢,我想您需要最新版本的 firebase?我正在使用 2.4.2。
猜你喜欢
  • 2020-12-12
  • 2019-06-24
  • 2018-11-21
  • 1970-01-01
  • 2017-03-17
  • 2017-06-12
  • 2017-09-09
  • 2020-07-19
  • 2021-06-23
相关资源
最近更新 更多