英文:
How will Firebase handle passwordless authentication without Dynamic Links?
问题
我看到以下警告信息:
> 不再推荐使用动态链接。
> Firebase动态链接不再建议用于新项目。在将来,动态链接服务将关闭,但您将有至少12个月的时间来进行迁移,从宣布日期算起。预计在2023年第二季度末,我们将公布更多信息。
查看:https://firebase.google.com/support/dynamic-links-faq
在将来,无密码身份验证是否会改用应用链接和Universal Links?
作为一个习惯使用动态链接完成此操作的开发者,并阅读了在Android或iOS中实现电子邮件身份验证链接的标准文档,我对如何在新项目中实施无密码身份验证感到困惑(截至撰写时,即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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论