Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Firebase Github登录提供程序自定义域_Firebase_Github_Oauth_Firebase Authentication_Self Hosting - Fatal编程技术网

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

Firebase Github登录提供程序自定义域,firebase,github,oauth,firebase-authentication,self-hosting,Firebase,Github,Oauth,Firebase Authentication,Self Hosting,我正在尝试在我的web应用程序上设置身份验证,我的公司使用的域是自定义GitHub域。是否可以更改Firebase指向的GitHub的基本URL,以便我可以使用公司自托管域中的OAuth应用程序功能。我希望代码中有这样的内容: new firebase.auth.GithubAuthProvider({baseUrl: "mycustomgitdomain.com" }) 谢谢你的帮助

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

new firebase.auth.GithubAuthProvider({baseUrl: "mycustomgitdomain.com" })
谢谢你的帮助