且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何实施Firebase自定义身份验证后端?

更新时间:2023-02-25 21:28:15

使用Firebase进行自定义身份验证的一种简单方法是使用外部身份提供程序. Auth0是此类提供程序的一个示例.

An easy way to do custom auth with Firebase is using an external identity provider. Auth0 is an example of such a provider.

指南:

https://shusson.info/post/usingfirebaseandauth0together

代码:

https://github.com/shusson/firebase-custom-auth