@firebase/firestore:firestore(8.3.3):无法访问云firestore后端

@firebase/firestore:firestore(8.3.3):无法访问云firestore后端,firebase,google-cloud-firestore,Firebase,Google Cloud Firestore,在添加了eslint并且没有更改代码之后,我昨天运行了运行得非常好的应用程序。我最终得到了以下错误: [2021-04-09T04:47:33.960Z] @firebase/firestore: Firestore (8.3.3): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=invalid-argument]: 3 IN

在添加了eslint并且没有更改代码之后,我昨天运行了运行得非常好的应用程序。我最终得到了以下错误:

[2021-04-09T04:47:33.960Z]  @firebase/firestore: Firestore (8.3.3): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=invalid-argument]: 3 INVALID_ARGUMENT: Invalid resource field value in the request.
This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.

我还看到了其他一些stackoverflow帖子和github问题,大多数人似乎以前也遇到过同样的问题。我尝试了一些建议的解决方案——降低firebase的级别、检查我的互联网等,但似乎没有任何效果。

我让它起作用了。它与我的nodejs服务器文件有关。欢迎使用堆栈溢出。。发布您的答案以帮助Stcak Overflow中的新用户:)@LeonardKee您可以发布您为什么会出现此错误作为答案吗?我在其他任何地方都没有发现这个确切的错误。