【发布时间】:2019-04-21 20:58:45
【问题描述】:
我有两个同名但位于两个不同区域的 Google Cloud 函数。
如何指定应该调用哪个函数(因为其中有两个同名)?
我的 firebase.json 文件:
{
"hosting": {
"public": "public",
"rewrites": [
{
"source": "/test",
"function": "paaspiutil"
}
]
}
}
【问题讨论】:
标签: firebase google-cloud-functions firebase-hosting