在Swift中使用Firebase发送确认电子邮件

时间:2019-01-22 02:57:38

标签: swift firebase firebase-authentication email-confirmation

我想在用户在iOS应用程序中注册时发送确认电子邮件。

我搜索了很多东西。我发现只有使用Firebase的验证。但是我们可以使用Firebase做确认电子邮件吗?

1 个答案:

答案 0 :(得分:1)

Firebase身份验证没有内置选项来发送确认电子邮件。如果需要此功能,则必须自己构建。

有个很棒的example of how to send a welcome email in the function-samples repo