【发布时间】:2021-02-05 20:42:15
【问题描述】:
我正在使用 react JS 和 Firebase 创建简单的注册。 我想使用 Firebase 发送自定义操作处理程序。我如何使用 react JS 实现下面给出的链接。 https://firebase.google.com/docs/auth/custom-email-handler
【问题讨论】:
-
该链接有很多示例 JavaScript 代码,可以在任何框架中使用。你已经尝试过什么了吗?如果是这样,你能说明你卡在哪里了吗?
-
提前感谢@FrankvanPuffelen 当我用user-registration-6b9cd.firebaseapp.com/__/auth/… 向用户发送密码重置电子邮件时我被卡住了,我只想用localhost:3000 更改user-registration-6b9cd.firebaseapp.com
标签: firebase authentication firebase-authentication reset-password