Firebase Github 登录提供程序自定义域

时间:2021-04-09 19:13:00

标签: firebase github oauth firebase-authentication self-hosting

我正在尝试在我的 Web 应用程序上设置身份验证,而我公司使用的域是自定义 GitHub 域。是否可以更改 Firebase 指向的 GitHub 的基本 URL,以便我可以使用我公司自托管域中的 OAuth 应用程序功能。我本来希望代码中有这样的东西:

new firebase.auth.GithubAuthProvider({baseUrl: "mycustomgitdomain.com" })

感谢您的帮助。

0 个答案:

没有答案