Firebase如何在没有动态链接的情况下处理无密码身份验证?

huangapple go评论55阅读模式
英文:

How will Firebase handle passwordless authentication without Dynamic Links?

问题

我看到以下警告信息:

> 不再推荐使用动态链接。
> Firebase动态链接不再建议用于新项目。在将来,动态链接服务将关闭,但您将有至少12个月的时间来进行迁移,从宣布日期算起。预计在2023年第二季度末,我们将公布更多信息。

查看:https://firebase.google.com/support/dynamic-links-faq

在将来,无密码身份验证是否会改用应用链接Universal Links

作为一个习惯使用动态链接完成此操作的开发者,并阅读了在AndroidiOS中实现电子邮件身份验证链接的标准文档,我对如何在新项目中实施无密码身份验证感到困惑(截至撰写时,即2023年第二季度末,随时准备听取来自Google的消息)。

英文:

Setting up a new React Native project with Firebase passwordless authentication, I see this warning:

> Dynamic Links is no longer recommended.
> Firebase Dynamic Links is no longer recommended for new projects. In the future, the Dynamic Links service will shut down, but you will have at least 12 months from the announcement date to migrate. Around the end of Q2-2023, we will announce more information.

See: https://firebase.google.com/support/dynamic-links-faq

In the future, will passwordless authentication instead leverage App Links and Universal Links?

From the perspective of a developer accustomed to doing this with Dynamic Links, and reading the standard docs for implementing the email auth link in Android or iOS, I'm confused how to proceed implementing passwordless authentication in a new project at the time of writing (end of Q2-2023, anticipating news from Google at any moment).

答案1

得分: 4

感谢提出这个问题。Firebase身份验证电子邮件链接确实当前使用Firebase动态链接来自定义身份验证链接。

目前,您的电子邮件登录将继续有效,我们将在Firebase动态链接服务关闭时继续提供电子邮件登录功能。

我们已经更新了上面链接的FAQ文档以反映这一点。

英文:

firebaser here

Thanks for the raising the question. Firebase Authentication email link auth indeed currently uses Firebase Dynamic Links to customize Authentication links.

For now, your email sign-in will continue to work and we will have an update in place to continue email sign-in functionality by the time the Firebase Dynamic Links service is shut down.

We've updated the FAQ doc linked above to reflect that.

huangapple
  • 本文由 发表于 2023年5月22日 09:57:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/76302643.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定