firebase-hosting-basics

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.

97.9K
Installs
4
Use cases
9/10
Quality

Is firebase-hosting-basics safe to install?

Review the source first

Review the source first: our audit of firebase-hosting-basics's source files found 1 shell command, 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 to start local emulators and interacts with local project files.

How we audit skills: our security review methodology.

Who is this skill for?

Developers deploying static web applications, single page applications, or microservices to Firebase Hosting.

What can you do with it?

  • Deploying static HTML, CSS, and JavaScript sites
  • Deploying single page applications
  • Testing web applications locally using the Firebase emulator
  • Configuring hosting behavior via firebase.json

How good is this skill?

Quality score: 9/10. The skill provides clear instructions and specific commands for Firebase Hosting. It correctly distinguishes between Hosting and App Hosting.

What does the skill file contain?

SKILL.md
# hosting-basics

This skill provides instructions and references for working with Firebase
Hosting, a fast and secure hosting service for your web app, static and dynamic
content, and microservices.

## Overview

Firebase Hosting provides production-grade web content hosting for developers.
With a single command, you can deploy web apps and serve both static and dynamic
content to a global CDN (content delivery network).

**Key Features:**

- **Fast Content Delivery:** Files are cached on SSDs at CDN edges around the
  world.
- **Secure by Default:** Zero-configuration SSL is built-in.
- **Pr...

Frequently asked questions

When should I use this skill instead of Firebase App Hosting?

Use this skill for static sites, simple single page applications, or when you require full control over the build and deployment process via the CLI.

How do I test my application locally?

Run the command npx -y firebase-tools@latest emulators:start --only hosting to serve the application at http://localhost:5000.

Data sourced from firebase/agent-skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

frontend-design

618.4K

AI agents tasked with designing and building web interfaces who need to produce unique, high-quality visual identities rather than generic, templated designs

The frontend-design skill provides guidance for creating distinctive, intentional visual designs for web interfaces. It instructs the agent to act as a design lead at a small studio, focusing on avoiding templated defaults by making deliberate choices regarding typography, color palettes, layout, and motion. The skill emphasizes a structured process of brainstorming, planning, and self-critique before writing code.

nonedesignfrontendanthropics

azure-deploy

433.6K

Developers 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.

highazuredeploymentmicrosoft

microsoft-foundry

429.2K

Developers 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.

highazureai-agentsmicrosoft

firebase-auth-basics

98.6K

Developers 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.

highfirebaseauthenticationfirebase