在哪些地区支持Google Cloud Functions?

时间:2019-07-23 15:32:00

标签: firebase google-cloud-platform google-cloud-firestore google-cloud-functions firebase-hosting

选择Cloud Firestore数据库位置it is not possible to change it

  

警告:还设置以下服务之一的位置   设置其他位置。 设置项目的默认设置后   GCP资源位置,您无法更改。

因此,在做出此决定时需要格外小心。但是,关于哪些区域实际支持和不支持云功能的信息似乎存在冲突。

具体地说,对于lower cost and latency,我倾向于前往 us-east4(弗吉尼亚北部)地区。 us-east4 是否支持云功能?

应该相信哪个来源? us-east4中是否提供Google Cloud Functions?


Firebase控制台:否

  

Cloud Function客户注意事项:尚无法在此位置部署功能。

Note for Cloud Function customers:** Deploying a function to this location is not yet available


按地区提供的产品:是

enter image description here


enter image description here

1 个答案:

答案 0 :(得分:1)

us-east4是Cloud Functions的有效区域。我能够使用Firebase CLI部署到该区域。使用TypeScript时,它甚至显示为自动完成选项,因为Firebase库在内部将其识别为选项。

控制台消息可能已过期。当您遇到这样的不一致情况时,请reach out to Firebase support to report it