Credential access
Reads Firebase auth tokens, project config, service credentials, and environment variables.
brew
Firebase command-line tools. Version 15.22.4 via Homebrew; verified 2026-07-02.
agent safety
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.
install
brew install firebase-clilocal Homebrew formula metadata
winget install --id Google.FirebaseCLI -eWindows Package Manager source index · Google.FirebaseCLI · source: cdn.winget.microsoft.com
scoop install main/firebaseScoop official bucket manifest trees · bucket/firebase.json · source: api.github.com
overview
Firebase command-line tools
history
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.
security posture
No matching local secret-handling manifest was found for firebase-cli. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
firebase | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://firebase.google.com/docs/cli/
install metadata
| Package key | brew:firebase-cli |
|---|---|
| Version | 15.22.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/firebase-cli |
| Homepage | https://firebase.google.com/docs/cli/ |
| Repository | https://github.com/firebase/firebase-tools |
| Upstream docs | https://firebase.google.com/docs/cli |
| License | MIT |
| Source archive | https://registry.npmjs.org/firebase-tools/-/firebase-tools-15.22.4.tgz |
| Last updated | 2026-07-02T00:04:56Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
Google.FirebaseCLI
winget install --id Google.FirebaseCLI -emain/firebase
scoop install main/firebasesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.