認証情報アクセス
Reads Firebase auth tokens, project config, service credentials, and environment variables.
brew
firebase-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.