【发布时间】:2019-04-15 23:42:28
【问题描述】:
我们正在运行一个连接到 Firebase 的简单应用程序来读取一些数据。连接失败,出现以下超时错误:
@firebase/database: FIREBASE WARNING: {"code":"app/invalid-credential",
"message":"Credential implementation provided to initializeApp()
via the \"credential\" property failed to fetch a valid Google OAuth2 access token
with the following error: \"Failed to parse access token response: Error: Error
while making request: connect ETIMEDOUT
我们在防火墙/代理后面,它似乎正在阻止进出 Firebase 的流量,因此连接失败。我的问题是需要打开哪些端口以及哪些目标 URL 才能使此应用程序正常工作?
任何帮助将不胜感激!
【问题讨论】:
标签: firebase proxy firewall web-application-firewall