Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚部署了我的第一个 Firebase 可以使用这个命令 firebase deploy --only 功能
然后我在功能代码中发现了一些错误。我已经纠正了 index.js 中的错误,现在如何部署对函数的更改?
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.
index.js
firebase deploy