>- 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.
All-time #280Trending #356Hot #6448First seen Feb 11, 2026
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 sensitive keys and local testing through Firebase Local Emulator Suite Best suited for full-stack applications; use Firebase Hosting instead for static sites or simple SPAs without SSR
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
The skill provides comprehensive documentation and instructions for deploying and managing full-stack web applications using Firebase App Hosting. It utilizes official Firebase CLI commands, provides guidance on secure secret management via Cloud Secret Manager, and references trusted vendor domains. No security issues were detected.
snykLOW
Analyzed Mar 11, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Mar 18, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from firebase/agent-skills · top by installs.
[Configuration](references/configuration.md) for more information on how to do so.
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.
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](references/cli_commands.md) for more information on how to set this up using CLI commands.
Emulation
See [Emulation](references/emulation.md) for more information on how to test your app locally using the Firebase Local Emulator Suite.