EXE
WinGet
Firebase CLI Tools
Google · 15.6.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
firebase-tools-win.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.FirebaseCLI
Version
15.6.0
Description
The Firebase CLI Tools can be used to test, manage, and deploy your Firebase project from the command line.
License
MIT
↗
Installer URL
https://github.com/firebase/firebase-tools/releases/download/v15.6.0/firebase-tools-win.exe
Release Notes
- Added support for enabling Firebase Authentication providers via firebase deploy. You can configure providers in firebase.json like so:
{
"auth": {
"providers": {
"anonymous": true,
"emailPassword": true,
"googleSignIn": {
"oAuthBrandDisplayName": "My App",
"supportEmail": "support@myapp.com"
}
}
}
}
- Added initial zip deploy support in functions deploy for HTTP functions (#9707)
- Fixes an issue where Python was missing from the firebase-to…