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 .md
Readiness
Great for agents · 75/100
Verify
firebase --help
Agent URL
/cli/firebase/agent.md

Quick reference

Installnpm i -g firebase-tools
Verifyfirebase --help
First commandfirebase login && firebase init

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