firebase-app-hosting-basics

Deploy and manage web apps on Firebase App Hosting with apphosting.yaml.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/minh1609/hmnm --skill firebase-app-hosting-basics-minh1609
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firebase-app-hosting-basics
Source: https://github.com/minh1609/hmnm/tree/main/.agents/skills/firebase-app-hosting-basics
Command: npx skills add https://github.com/minh1609/hmnm --skill firebase-app-hosting-basics-minh1609

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy and manage modern web apps on Firebase App Hosting.

Core Features & Use Cases

  • Deploy static sites or full-stack apps (Next.js, Angular) with SSR/ISR support.
  • Manage hosting configuration via apphosting.yaml and secrets with apphosting:secrets.
  • Validate and test deployments locally using the Firebase Emulator Suite.

Quick Start

Configure apphosting.yaml and run the Firebase deploy command to publish your app.

Frequently Asked Questions about firebase-app-hosting-basics

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

FAQPage Schema
How do I deploy a Next.js app with SSR to Firebase App Hosting?▼

Firebase App Hosting supports deploying full-stack Next.js apps with SSR and ISR by configuring apphosting.yaml and running the Firebase deploy command. Automated GitHub deployments streamline CI/CD workflows for your web applications.

How do I manage secrets for my Firebase App Hosting deployment?▼

Manage secrets for Firebase App Hosting deployments using the apphosting:secrets functionality. This securely configures sensitive environment variables for full-stack web applications without exposing them in your apphosting.yaml or GitHub repository.

Can I test Firebase App Hosting changes locally before production?▼

Yes, you can validate and test Firebase App Hosting changes locally before production using the Firebase Emulator Suite. This local emulation ensures your apphosting.yaml configuration and full-stack app modifications work correctly before deploying.

Does Firebase App Hosting support automated GitHub deployments for Angular?▼

Yes, Firebase App Hosting supports automated GitHub deployments for full-stack Angular applications. Configuring apphosting.yaml connects your repository to CI/CD pipelines that automatically build and publish server-side rendered web apps.

What is the role of apphosting.yaml in Firebase App Hosting?▼

The apphosting.yaml file manages hosting configuration for Firebase App Hosting deployments. It defines build and runtime settings for static sites and full-stack apps requiring SSR or ISR, ensuring correct environment setup.