Firebase HTTP端点服务器

时间:2017-09-21 01:57:50

标签: firebase

当您将域example.com连接到Firebase并导出云功能时,为什么您只能访问us-central1...cloudfunctions.net/helloWorld中的功能?我想从example.com/helloWorld访问。有没有办法做到这一点?

1 个答案:

答案 0 :(得分:0)

directing Firebase Hosting requests to Cloud Functions的文档中找到它:

// Add the following rewrites section *within* "hosting"
"rewrites": [ {
  "source": "/bigben", "function": "bigben"
} ]