Icon

Firebase CLI

Firebase CLI is a command-line interface tool by Google for managing Firebase projects and deploying Firebase services such as Firestore, Functions, and Hosting.
Latest: 15.17.0
Last checked: Jun 9, 2026 12:10am
Rank: 188/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache 2.0Winget: Available

Version & Lifecycle

0
Current: 15.17.0 N-2: 15.15.0 Avg cadence: Every 7 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • January 22, 2026
0

FirebaseCLI – Command-line note

To silently install Firebase CLI enterprise-wide on Windows, use the npm global install command via elevated command prompt or script: npm install -g firebase-tools (requires Node.js pre-installed). This enables the firebase command globally without UI prompts, suitable for Group Policy or SCCM deployment after Node.js distribution.

Command-line note • December 25, 2025
0

FirebaseCLI – Command-line note

Deploy Firebase CLI enterprise-wide via npm with silent global installation: npm install -g firebase-tools --silent --no-progress. This suppresses output and progress bars for script-friendly automation, requires Node.js pre-installed, and enables the firebase command globally without interactive prompts.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

FirebaseCLIGoogle FirebaseCLI

Notes

0

The CLI is part of the Google Cloud SDK ecosystem and is regularly updated. It requires authentication via 'firebase login' to deploy projects.