我在应用程序中使用Firebase身份验证,并且正在设置无密码的电子邮件注册。
我已经设法通过自己的域设置了电子邮件,但是如何更改魔术链接的电子邮件中发送的文本?我可以看到其他模板电子邮件的配置,但看不到此模板。
有问题的电子邮件是这样的:
Hello,
We received a request to sign in to teamname using this email address. If you want to sign in with your youremail account, click this link: link
If you did not request this link, you can safely ignore this email.
Thanks,
Run Code Online (Sandbox Code Playgroud) 我正在使用Firebase提供的电子邮件和密码身份验证。
下面是用户确认其电子邮件地址时收到的消息。有什么方法可以自定义以下消息。
我想为此消息添加一个链接,以便可以将用户定向到该网站。有人可以建议我如何实现这一目标。