firebase-authentication - 更改电子邮件中显示的域名

标签 firebase-authentication

我们为域 foo.bar.com 创建了一个 firebase-authentication 应用程序。之后我们更改了 foo.bar.com 实际上是 doo.bar.com。如何更改 firebase-authentication 使用的域,以便电子邮件中的链接正确?

作为引用,我想更改此处显示的链接:

enter image description here


我无法更改电子邮件的内容,也找不到可以全局更改域的地方。我可以看到操作 URL,但我认为我不应该更改它:

enter image description here

最佳答案

我认为您只是错过了一些隐藏在视线之外的东西: enter image description here

当您在任何模板中单击“发件人”地址旁边的编辑/铅笔按钮时,您将找到您要查找的选项:

enter image description here enter image description here

请注意,您添加了一个 CUSTOM 域,您必须拥有该域才能将验证码添加到 DNS 记录。

在您的屏幕截图中,您使用的是 foo-bar.firebaseapp.com,这是 Firebase 为您提供的一个子域,它是根据项目名称生成的。

除了使用 doo-bar 名称创建一个新的 Firebase 项目之外,我认为您不能将其更改为使用不同的 firebaseapp.com 子域。

关于firebase-authentication - 更改电子邮件中显示的域名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59680344/

相关文章:

javascript - 在我单击 UI 之前,signInWithPopup Promise 不会执行 .catch。 Angular 和 Firebase

android - request.auth.uid 中会有什么?

firebase - $uid 和 auth.uid 代表什么?

firebase - 我的 firebase 用户身份验证中的未知用户 (Flutter/firebase)

java - 如何使简单用户仅使用用户名登录(firebase)

reactjs - 检查 Firebase 登录是否成功 React.js

firebase - 处理已在使用的电子邮件地址-Firebase身份验证

angular - Firebase EmailPasswordAuthProvider 在类型身份验证上不存在

android - 如何通过一笔交易在 Firebase 上创建用户并上传数据

node.js - firebase 是否为每个 admin.auth().verifyIdToken(idToken) 发出网络请求?