1

Has anyone encountered this issue with Firebase version 8.11.0. I am unsure how to suppress it for my app. Do I need to integrate AppCheck into my project?

[Firebase/Firestore][I-FST000001] AppCheck failed: 'The operation couldn’t be completed. Too many attempts. Underlying error: The operation couldn’t be completed. The server responded with an error: 
 - URL: https://firebaseappcheck.googleapis.com/v1beta/projects/............
 - HTTP status code: 400 
 - Response body: {
  "error": {
    "code": 400,
    "message": "App not registered: ...............",
    "status": "FAILED_PRECONDITION"
  }
}
4

1 回答 1

0

在 Firebase 控制台的项目设置 > 应用检查部分注册您的应用以使用 DeviceCheck 提供程序使用应用检查。您将需要提供您在上一步中创建的私钥。

您通常需要注册项目的所有应用,因为一旦您为 Firebase 产品启用强制执行,只有注册的应用才能访问该产品的后端资源。

您可以参考文档以获取更多信息。

于 2022-02-03T05:44:05.107 回答