火力基地:CONFIGURATION_NOT_FOUND

时间:2021-06-17 17:17:11

标签: firebase flutter dart authentication

我使用 firebase 为我的 flutter 应用程序进行身份验证,并且在创建用户时出现错误,使用函数 createUserWithEmailAndPassword(email: mail, password: password);signInWithEmailAndPassword(email: mail, password: password); 但它不起作用,当我测试它时,它的标志是: [firebase_auth/internal-error]{"error":{"code":400,"message":"CONFIGURATION_NOT_FOUND","errors":[{"message":"CONFIGURATION_NOT_FOUND","domain":"global","reason":"invalid"}]}}

and on my firebase

如果你想要我的代码,去这里:my code 如果你能帮助我,我愿意接受所有解决方案

1 个答案:

答案 0 :(得分:0)

在调用 firebase 的服务之前,您需要使用应用配置初始化您的应用 :)