我正在使用Firebase身份验证服务进行试运行。并有一些初步的Qs:
apiKey
和authDomain
? 图1
var config = {
apiKey: “<key-from-google-console>”,
authDomain: "<my-app>.firebaseapp.com"
};
firebase.initializeApp(config);
我从Google API Manager Creds信息中心获取了当前值。但是当我按使用Google登录按钮时,我收到错误:
fig.2 (on firebase-ui-auth.js:206)
Internal error:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "CONFIGURATION_NOT_FOUND"
}
],
"code": 400,
"message": "CONFIGURATION_NOT_FOUND"
}
}
答案 0 :(得分:0)
想出这个。我在现有的外部Google帐户中使用了apiKey: “<key-from-google-console>”,
。最简单的方法是使用我的新Firebase帐户中的apiKey
。
可能有一种方法可以使用之前/现有的Google apiKeys。我还没想出来。
H个。
答案 1 :(得分:0)
我必须为我在 Firebase 控制台中使用的登录方法启用身份验证