2

我刚刚部署了我的第一个 Firebase 可以使用这个命令 firebase deploy --only 功能

然后我在功能代码中发现了一些错误。我已经纠正了 index.js 中的错误,现在如何部署对函数的更改?

4

1 回答 1

2

Just make sure you saved your changes in the index.js file (CMD + S in Visual Studio in Mac). Then open terminal -> firebase deploy in your parent map where the index.js file is located. It will take about a minute.

于 2017-05-07T10:20:40.487 回答