📜  更改 firebase 区域 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:47.906000             🧑  作者: Mango

代码示例1
//by default all functions will be deployed on US servers
//to change that for example for europe:
exports.api = functions.region('europe-west3').https.onRequest(app)