---
name: firebase-hosting-basics
slug: firebase-hosting
score: 67
rubric: 1.0
provenance: verified-org
publisher: Firebase (Google)
license: Apache-2.0
capability: action-taking
canonical: https://top-agent-skills.com/skill/firebase-hosting
---

# firebase-hosting-basics

Firebase-authored. Init, configure, and one-step deploy to Firebase Hosting / App Hosting.

## Install

### Claude Code

```bash
claude plugin marketplace add firebase/agent-skills
```

### Cursor

```bash
npx skills add firebase/agent-skills --agent=cursor
```

### Codex CLI

```bash
npx skills add firebase/agent-skills --agent=codex
```

### Gemini CLI

```bash
gemini extensions install https://github.com/firebase/agent-skills
```

### Antigravity IDE

```bash
npx skills add firebase/agent-skills --agent=antigravity
```

## Best for

Web apps already in the Google/Firebase ecosystem (Firestore, Auth) that want the agent to handle hosting setup and the deploy step without leaving chat.

## Not ideal for

Static-only sites with no Firebase dependency — a generic static host (Pages, Netlify) is simpler and avoids the Firebase project requirement.

## About

Deploy a web app to Firebase Hosting or App Hosting from chat: initialize the project, configure firebase.json, wire build output, and run the single-step deploy. Part of the official firebase/agent-skills bundle.

## Compatibility

claude-code, cursor, codex, gemini-cli, antigravity

## Metadata

- Categories: web-hosting-deploys, devops-infra
- Tags: Firebase, App Hosting, Google Cloud
- Setup time: 4 min
- Complexity: Medium
- Last update: 2026-06-10
- Verified: 2026-06-17
- Source: https://github.com/firebase/agent-skills
- Docs: https://firebase.google.com/docs/ai-assistance/agent-skills

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
