firebase-hosting-basics

Deploys web apps and services to Firebase Hosting with integrated CDN and SSL.

402|81|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/firebase/agent-skills --skill firebase-hosting-basics-firebase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-hosting-basics
Source: https://github.com/firebase/agent-skills/tree/main/skills/firebase-hosting-basics
Command: npx skills add https://github.com/firebase/agent-skills --skill firebase-hosting-basics-firebase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-tools, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of deploying and managing web applications on Firebase Hosting, providing a streamlined process for deploying static sites, Single Page Applications (SPAs), and microservices.

Core Features & Use Cases

  • Static Site Deployment: Deploy HTML/CSS/JS-based websites.
  • SPA Deployment: Deploy React, Vue, etc. SPAs without SSR.
  • Microservice Hosting: Serve dynamic content using Cloud Functions or Cloud Run.
  • Use Case: Deploy a React application that fetches data from a Cloud Function, providing a seamless user experience.

Quick Start

Deploy your static web app to Firebase Hosting by running 'firebase hosting:deploy' in the root directory of your project.

Frequently Asked Questions about firebase-hosting-basics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a React SPA to Firebase Hosting without server-side rendering?

To deploy a React SPA to Firebase Hosting without SSR, configure the hosting configuration file and run the deployment command via Firebase CLI to serve your single page application through the global CDN.

What is the best way to host microservices and dynamic content on Firebase Hosting?

The best way to host dynamic content and microservices on Firebase Hosting is integrating Cloud Functions or Cloud Run, which serves dynamic requests directly through the automated CDN.

Can I use Firebase CLI to deploy a static website with automated SSL and CDN delivery?

Yes, you can use Firebase CLI to deploy a static website, which automatically provisions SSL certificates and delivers content globally via the integrated Firebase Hosting CDN.

Does Firebase Hosting support GitHub Actions integration for automated web app deployment?

Firebase Hosting supports GitHub Actions integration for automated web app deployment, allowing you to connect your repository to automatically build and release static sites or SPAs.

What do I need to set up before deploying a web app to Firebase Hosting?

Before deploying a web app to Firebase Hosting, you need the Firebase CLI installed and a configured hosting configuration file in your project's root directory.