【发布时间】:2021-04-16 20:17:29
【问题描述】:
我是 firebase 的新手,我的问题是 - 有没有办法添加自定义身份验证,例如,使用某种形式的 id 和密码而不是建议的方法?
【问题讨论】:
-
哦,是的,对不起。很有帮助,谢谢。
标签: firebase firebase-authentication
我是 firebase 的新手,我的问题是 - 有没有办法添加自定义身份验证,例如,使用某种形式的 id 和密码而不是建议的方法?
【问题讨论】:
标签: firebase firebase-authentication
您可以使用 Firebase custom authentication 构建任何您想要的东西。
使用用户名 + 密码登录已经讨论过很多次了,所以我建议您查看其中的一些 search results 和这个 example of implementing this。
【讨论】: