Firebase Hosting Basics

🏢Official
by firebase · vlatest · Repository

Deploy static websites and web apps to Firebase Hosting using essential configuration and deployment commands.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add firebase-hosting-basics npx -- -y @trustedskills/firebase-hosting-basics
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "firebase-hosting-basics": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/firebase-hosting-basics"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The Firebase Hosting Basics skill enables AI agents to deploy and manage static web content using Firebase Hosting. It provides guidance on setting up hosting configurations, deploying files, and managing domain names or custom domains.

When to use it

  • You need to deploy a static website quickly without complex server setup.
  • You want to host frontend assets for a Firebase-powered application.
  • You're configuring a custom domain for your hosted site.
  • You are looking to streamline the deployment process with CI/CD integration.

Key capabilities

  • Deploying static files to Firebase Hosting
  • Configuring hosting rules and redirects
  • Setting up custom domains
  • Managing build processes and pre-deployment checks

Example prompts

  • "Deploy my React app to Firebase Hosting."
  • "Set up a custom domain for my Firebase-hosted site."
  • "Configure Firebase Hosting to redirect /old-path to /new-path."

Tips & gotchas

  • Ensure you have a Firebase project initialized and the Firebase CLI installed before using this skill.
  • Custom domain setup may require DNS configuration outside of Firebase Hosting itself.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
firebase
Installs
520

🏢 Official

Published by the company or team that built the technology.