凭据访问
Reads Firebase auth tokens, project config, service credentials, and environment variables.
代理安全
firebase-cli deploys and manages Firebase projects and Google-backed resources.
Reads Firebase auth tokens, project config, service credentials, and environment variables.
Can deploy hosting, functions, rules, and project configuration.
Publishes web assets, functions, and security rules.
Gate deploy, functions, rules, login, and token operations.
Allow project inspection; require approval before deploys or rule changes.
安装
brew install firebase-clilocal Homebrew formula metadata
winget install --id Google.FirebaseCLI -eWindows Package Manager source index · Google.FirebaseCLI · 来源: cdn.winget.microsoft.com
scoop install main/firebaseScoop official bucket manifest trees · bucket/firebase.json · 来源: api.github.com
概览
Firebase command-line tools
历史
Firebase CLI is Google's command-line tool for testing, managing, and deploying Firebase projects. The `firebase` executable covers project setup, deployment, local emulation, Hosting, Realtime Database, Firestore, Cloud Functions, Authentication import/export, Extensions, App Distribution, Remote Config, and related Firebase operations.
The firebase-tools GitHub repository was created in December 2013, during Firebase's early developer-platform era. The official README now describes it as both the Firebase Command Line Interface tools and the home of the official Firebase MCP Server.
Firebase CLI grew with the Firebase platform. Its README command list shows the tool expanding beyond Hosting deployment into project management, local emulators, App Distribution, Authentication, Realtime Database, Extensions, Firestore, Cloud Functions, Hosting, and Remote Config.
The primary installation path is npm: `npm install -g firebase-tools` provides the globally accessible `firebase` command. The official README also documents a standalone binary installer, which matters for users who want a dependency-light CLI outside a Node development environment.
Firebase CLI adoption is tied to Firebase project workflows. Developers use it locally for `firebase init`, `firebase login`, emulator startup, and deployment; teams use it in CI for deploys, project listing, and authenticated service-account or token-based automation.
A typical workflow starts with `firebase login` and `firebase init`, which creates a `firebase.json` configuration file in the current project directory. Deployment commands then rely on that local project folder and configuration.
The CLI is also a local development surface. Commands such as `emulators:start`, `emulators:exec`, `serve`, and Functions shell support let developers test Firebase services before deploying to Google-hosted infrastructure.
Firebase CLI is significant because it is a cloud product's operational surface packaged as a local developer tool. Installing one package gives a project its deploy command, emulator runner, auth setup, project selector, data import/export utility, and CI automation hook.
For package managers, it is also a Node-based CLI with standalone binary distribution, so it sits at the intersection of npm global installs, Homebrew-style desktop tooling, and vendor-managed cloud workflows.
安全态势
没有找到 firebase-cli 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/configstore/firebase-tools.jsonCredential-bearing paths to review before unattended agent runs.
~/.config/configstore/firebase-tools.json可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
firebase | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://firebase.google.com/docs/cli/
安装元数据
| 软件包键 | brew:firebase-cli |
|---|---|
| 版本 | 15.24.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/firebase-cli |
| 主页 | https://firebase.google.com/docs/cli/ |
| 仓库 | https://github.com/firebase/firebase-tools |
| 上游文档 | https://firebase.google.com/docs/cli |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/firebase-tools/-/firebase-tools-15.24.0.tgz |
| 最后更新 | 2026-07-17T03:06:24Z |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | firebase-cli |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
Google.FirebaseCLI
winget install --id Google.FirebaseCLI -emain/firebase
scoop install main/firebase来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.