1
votes

when i connect with firestore to retrieve some data the command told me this :

W/Firestore( 6490): (21.3.0) [OnlineStateTracker]: Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: Status{code=PERMISSION_DENIED, description=The project was disabled or deleted., cause=null} W/Firestore( 6490): 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.

1
This is just saying you don't have a healthy internet connection.Sandeep Sharma
The answer is in the log: "The project was disabled or deleted". Create another Firebase project and replace the google services files.GaboBrandX
I actually DID disable my Firebase app at some point, because it had been hacked... Now I can't find how to enable it again! Anybody who can help?Karolina Hagegård

1 Answers

0
votes

It means that your mobile app, or specifically the Cloud Firestore client/driver in your app could not make a connection to the server due to unstable internet connectivity. Maybe you can verify if your device has a stable internet connectivity.

Hope this helps.