firebase-app-hosting-basics
This skill assists with deploying and managing full-stack web applications using Firebase App Hosting. It provides guidance on configuration, secret management, and deployment workflows for frameworks like Next.js and Angular.
Is firebase-app-hosting-basics safe to install?
Review the source first: our audit of firebase-app-hosting-basics's source files found 2 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via npx to manage secrets and deploy applications, and it directs users to external URLs for billing upgrades.
How we audit skills: our security review methodology.
Who is this skill for?
Developers deploying full-stack web applications to Firebase App Hosting.
What can you do with it?
- Deploying Next.js or Angular applications with server-side rendering.
- Configuring firebase.json for App Hosting backends.
- Managing sensitive keys using Firebase CLI secret commands.
- Executing deployments via the Firebase CLI.
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable instructions for Firebase App Hosting workflows and includes necessary CLI commands.
What does the skill file contain?
# 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 contr...
Frequently asked questions
What frameworks does this skill support?
The skill supports full-stack frameworks including Next.js and Angular.
What is the requirement for using Firebase App Hosting?
The Firebase project must be on the Blaze pricing plan.
How do I manage sensitive keys for my application?
Use the command npx -y firebase-tools@latest apphosting:secrets to set and grant access to secrets.
Related skills
azure-deploy
433.6KDevelopers and DevOps engineers deploying existing applications to Azure who require a structured, validated deployment process
The azure-deploy skill executes deployments for pre-configured Azure applications. It manages the deployment lifecycle using Azure Developer CLI (azd), Terraform, and Azure CLI commands, following a strict validation workflow that requires prior execution of azure-prepare and azure-validate.
microsoft-foundry
429.2KDevelopers building, deploying, and managing AI agents on Azure AI Foundry
The Microsoft Foundry skill provides a framework for the end-to-end lifecycle of AI agents, including scaffolding, deployment, evaluation, fine-tuning, and troubleshooting within Azure AI Foundry.
firebase-auth-basics
98.6KDevelopers building applications with Firebase who need to implement user sign-in, management, or secure data access
This skill provides guidance for configuring and managing Firebase Authentication, including user identity providers, token handling, and deployment of authentication settings via the Firebase CLI.
firebase-hosting-basics
97.9KDevelopers deploying static web applications, single page applications, or microservices to Firebase Hosting
This skill provides instructions and guidance for deploying web applications to Firebase Hosting. It covers configuration, deployment procedures, and local emulation for static sites and single page applications.