firebase

officialscriptablepopularcautioncloudnpm

Firebase · Hosting, functions, and project setup from the terminal.

$ npm i -g firebase-tools
One-liner to try
$ firebase login && firebase init

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .mdJSON
Readiness
Great for agents · 75/100
Verify
firebase --help
Agent URL
/cli/firebase/agent.md

Quick reference

Install
npm i -g firebase-tools
Verify
firebase --help
First command
firebase login && firebase init
Machine JSON
/cli/firebase.json

About

The official CLI from Firebase. Hosting, functions, and project setup from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. firebase login && firebase init

Alternatives worth considering