firebase-app-hosting-basics

firebase/agent-skills · updated Apr 8, 2026

$npx skills add https://github.com/firebase/agent-skills --skill firebase-app-hosting-basics
0 commentsdiscussion
summary

Deploy and manage full-stack web apps with Firebase App Hosting using Next.js, Angular, and other supported frameworks.

  • Requires Firebase project on Blaze pricing plan; supports Server-Side Rendering (SSR) and Incremental Static Regeneration (ISR) workflows
  • Deploy via firebase.json configuration with optional apphosting.yaml for backend setup, or enable automated \"git push to deploy\" through GitHub integration
  • Includes secret management via CLI commands for secure access to sensiti
skill.md

App Hosting Basics

Description

This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting.

Important: In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan.

Hosting vs App Hosting

Choose Firebase Hosting if:

  • You are deploying a static site (HTML/CSS/JS).
  • You are deploying a simple SPA (React, Vue, etc. without SSR).
  • You want full control over the build and deploy process via CLI.

Choose Firebase App Hosting if:

  • You are using a supported full-stack framework like Next.js or Angular.
  • You need Server-Side Rendering (SSR) or ISR.
  • You want an automated "git push to deploy" workflow with zero configuration.

Deploying to App Hosting

Deploy from Source

This is the recommended flow for most users.

  1. Configure firebase.json with an apphosting block.
    {
      "apphosting": {
        "backendId": "my-app-id",
        "rootDir": "/",
        "ignore": [
          "node_modules",
          ".git",
          "firebase-debug.log",
          "firebase-debug.*.log",
          "functions"
        ]
      }
    }
    
  2. Create or edit apphosting.yaml- see Configuration for more information on how to do so.
  3. If the app needs safe access to sensitive keys, use npx -y firebase-tools@latest apphosting:secrets commands to set and grant access to secrets.
  4. Run npx -y firebase-tools@latest deploy when you are ready to deploy.

Automated deployment via GitHub (CI/CD)

Alternatively, set up a backend connected to a GitHub repository for automated deployments "git push" deployments. This is only recommended for more advanced users, and is not required to use App Hosting. See CLI Commands for more information on how to set this up using CLI commands.

Emulation

See Emulation for more information on how to test your app locally using the Firebase Local Emulator Suite.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.573 reviews
  • Ren Zhang· Dec 24, 2024

    Solid pick for teams standardizing on skills: firebase-app-hosting-basics is focused, and the summary matches what you get after install.

  • Sofia Dixit· Dec 20, 2024

    firebase-app-hosting-basics is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Ava Malhotra· Dec 20, 2024

    Keeps context tight: firebase-app-hosting-basics is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Arjun Jackson· Dec 16, 2024

    firebase-app-hosting-basics has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Mateo Abebe· Dec 4, 2024

    Registry listing for firebase-app-hosting-basics matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Amelia Park· Nov 15, 2024

    firebase-app-hosting-basics has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Carlos Malhotra· Nov 11, 2024

    Keeps context tight: firebase-app-hosting-basics is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Ava Sethi· Nov 11, 2024

    firebase-app-hosting-basics is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Luis Bansal· Nov 7, 2024

    Solid pick for teams standardizing on skills: firebase-app-hosting-basics is focused, and the summary matches what you get after install.

  • Valentina Sethi· Oct 26, 2024

    I recommend firebase-app-hosting-basics for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

showing 1-10 of 73

1 / 8