Hi,
This is related to getting the error:
@firebase/firestore: Firestore (5.0.4): Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds.
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.
I wanted to let Google Cloud Firestore know that in my case we had to bypass SSL protocol detection for firestore.googleapis.com in order to allow our corporate Bluecoat proxy to let Firestore XHRs through.
I don't know if this is because of the way Firestore sends its XHRs or what. I'm not an expert in this department at all. But I wanted to post about so others could find this solution and Firestore devs could look into it.
May not be specific to Bluecoat proxy. From online searches seems other proxy's may block Firestore as well.