【发布时间】:2018-09-21 10:24:39
【问题描述】:
我的计算机位于公司代理后面。访问使用 Firebase Firestore 的网站时,它没有连接到 Firebase 服务器。我在控制台中收到以下错误。
[2018-09-21T10:09:15.854Z] @firebase/firestore: Firestore (5.4.1): 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.
如何在代理后使用 Firestore Web?
注意:如果系统不在代理之后,相同的代码可以正常工作。所以代码没有问题,但是如何在firestore中设置代理信息?
【问题讨论】:
-
我们似乎在同一时间问了同样的问题。另请参阅:stackoverflow.com/questions/52441316/…
标签: firebase proxy google-cloud-firestore