firebase deploy to custom region (eu-central1)

前端 未结 5 1455
心在旅途
心在旅途 2020-12-08 06:43

is there a way to specify the Region/Zone where my firebase functions will be deployed.

Actually i didn\'t found anything about that in the documentation and my fun

5条回答
  •  轮回少年
    2020-12-08 07:16

    "rewrites": [
      {
        "source": "**",
        "run": {
          "serviceId": "",
          "region": "europe-west1"
        }
      }
    ]
    },
    

提交回复
热议问题