Firebase 项目部署与本地模拟命令行。
在 PowerShell 或终端粘贴执行(需已安装 App Installer)
winget install --id Google.FirebaseCLI -e
下载安装脚本 (.bat) 下载后双击运行,适合不熟悉命令行的用户
Firebase CLI 在同类工具里较常被提到,Firebase 项目部署与本地模拟命令行。可免费使用。收录侧核对:Google 官方。支持通过 winget 命令行安装,适合习惯自动化的用户。
npm i -g firebase-tools;firebase login 浏览器授权。
Google 官方