firebase-hosting-basics

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or…

firebase ↓ 109k
Claude Code
View source ↗

What it does

  • Fast Content Delivery: Files are cached on SSDs at CDN edges around the
  • Secure by Default: Zero-configuration SSL is built-in.
  • Preview Channels: View and test changes on temporary preview URLs before
  • GitHub Integration: Automate previews and deploys with GitHub Actions.
  • Dynamic Content: Serve dynamic content and microservices using Cloud
  • You are deploying a static site (HTML/CSS/JS).
  • You are deploying a simple SPA (React, Vue, etc. without SSR).

Requirements & configuration

  • You need Server-Side Rendering (SSR) or ISR.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.

Source

Repository: https://github.com/firebase/agent-skills

firebase-hosting-basics FAQ

What does the firebase-hosting-basics skill do?

Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting. Fast Content Delivery: Files are cached on SSDs at CDN edges around the Secure by Default: Zero-configuration SSL is built-in.

What does firebase-hosting-basics require?

You need Server-Side Rendering (SSR) or ISR.

How do I install firebase-hosting-basics?

Run: npx -y skills add https://github.com/firebase/agent-skills --skill firebase-hosting-basics --agent claude-code — the source lives at github.com/firebase/agent-skills.

Maintain firebase-hosting-basics?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

firebase-hosting-basics on getagentictools
[![firebase-hosting-basics on getagentictools](https://getagentictools.com/badge/skills/firebase-agent-skills-firebase-hosting-basics.svg)](https://getagentictools.com/skills/firebase-agent-skills-firebase-hosting-basics?ref=badge)
npx agentictools info skills/firebase-agent-skills-firebase-hosting-basics

The second line is the CLI lookup for this page — handy in READMEs and docs.