【发布时间】:2018-08-18 02:43:39
【问题描述】:
我似乎无法成功部署 Google Cloud Functions。
我在 Google Cloud Platform 上创建了一个项目,然后通过 Firebase 控制台将其链接到 Firebase。我选择添加项目并将 Firebase 添加到现有项目。一切似乎都联系在一起。
当我尝试部署云功能(安装 firebase-tools 附带的简单 helloWorld)时,我不断收到部署错误。尝试从 Google Cloud Functions 仪表板部署功能时也会发生这种情况。
错误是关于设置环境的。
在尝试将函数重命名为其他名称后,我似乎很幸运地部署了该函数,但出现了通信错误Function load error: Error: cannot communicate with function.
我无法在我的两个项目上部署功能,并且过去几天 firebase 的行为非常奇怪,所以有人可以告诉我是我做错了什么还是 Firebase 故障
【问题讨论】:
-
如果您有来自 Firebase 产品的明显和意外错误,您应该联系 Firebase 支持。 firebase.google.com/support/contact/bugs-features
标签: firebase google-cloud-platform google-cloud-functions