.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agent-skills/firebase-app-hosting-basics
home/skills/firebase/agent-skills/firebase-app-hosting-basics
firebase avatar

firebase-app-hosting-basics

byfirebase· 35 skills

Installs

113k

Stars

389

Forks

76

Category

DevOps & CI/CD

View on GitHub

TL;DR

Deploys and manages full-stack web applications (Next.js, Angular) with Server-Side Rendering (SSR) using Firebase App Hosting. Use when deploying Next.js/Angular apps, configuring apphosting.yaml or firebase.json apphosting blocks, managing secrets, setting up GitHub CI/CD, or configuring Blaze billing requirements. Don't use for classic static web hosting, Auth, Firestore, Crashlytics, or Xcode.

How to install firebase-app-hosting-basics?

firebase/agent-skills/firebase-app-hosting-basics
$npx -y skills add firebase/agent-skills --skill firebase-app-hosting-basics

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/firebase/agent-skills" --skill "firebase/agent-skills/firebase-app-hosting-basics"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/firebase/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/firebase/agent-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# App Hosting Basics
2 
3## Description
4 
5This skill enables the agent to deploy and manage modern, full-stack web
6applications (Next.js, Angular, etc.) using Firebase App Hosting.
7 
8**Important**: In order to use App Hosting, your Firebase project must be on the
9Blaze pricing plan. Direct the user to
10https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered
11to upgrade their plan.
12 
13## Hosting vs App Hosting
14 
15**Choose Firebase Hosting if:**
16 
17- You are deploying a static site (HTML/CSS/JS).
18- You are deploying a simple SPA (React, Vue, etc. without SSR).
19- You want full control over the build and deploy process via CLI.
20 
21**Choose Firebase App Hosting if:**
22 
23- You are using a supported full-stack framework like Next.js or Angular.
24- You need Server-Side Rendering (SSR) or ISR.
25- You want an automated "git push to deploy" workflow with zero configuration.
26 
27## Deploying to App Hosting
28 
29### Deploy from Source
30 
31This is the recommended flow for most users.
32 
331. Configure `firebase.json` with an `apphosting` block.
34
35 ```json
36 {
37 "apphosting": {
38 "backendId": "my-app-id",
39 "rootDir": "/",
40 "ignore": [
41 "node_modules",
42 ".git",
43 "firebase-debug.log",
44 "firebase-debug.*.log",
45 "functions"
46 ]
47 }
48 }
49 ```
501. Create or edit `apphosting.yaml`- see
51 [Configuration](references/configuration.md) for more information on how to
52 do so.
531. If the app needs safe access to sensitive keys, use
54 `npx -y firebase-tools@latest apphosting:secrets` commands to set and grant
55 access to secrets.
561. Run `npx -y firebase-tools@latest deploy` when you are ready to deploy.
57 
58### Automated deployment via GitHub (CI/CD)
59 
60Alternatively, set up a backend connected to a GitHub repository for automated
61deployments "git push" deployments. This is only recommended for more advanced
62users, and is not required to use App Hosting. See
63[CLI Commands](references/cli_commands.md) for more information on how to set
64this up using CLI commands.
65 
66## Emulation
67 
68See [Emulation](references/emulation.md) for more information on how to test
69your app locally using the Firebase Local Emulator Suite.

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • Runlayerwarn
  • ZeroLeakspass

Preview

firebase/agent-skillsfirebase/agent-skills

$ npx -y skills add firebase/agent-skills --skill firebase-app-hosting-basics

▸ installing to .claude/skills…

✓ firebase-app-hosting-basics ready

Repofirebase/agent-skills
TypeSkills
CategoryDevOps & CI/CD
ForOpsDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarsetup-matt-pocock-skillsConfigure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout.SkillsJul 2026495k189k
  2. microsoft avatarmicrosoft-foundryDeploy, evaluate, fine-tune, and manage Foundry agents end-to-end with azd: hosted agent scaffold/run/deploy, prompt agent create, batch eval, continuous eval,…SkillsJul 2026490k1.3k
  3. microsoft avatarazure-deployExecute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files.SkillsJul 2026485k1.3k
  4. microsoft avatarazure-preparePrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd)…SkillsJul 2026485k1.3k
  5. microsoft avatarazure-validatePre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity…SkillsJul 2026484k1.3k
  6. microsoft avatarazure-aigatewayConfigure Azure API Management as an AI Gateway for AI models, MCP tools, and agents.SkillsJul 2026484k1.3k