Firebase Hosting Basics
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.
Run in terminal (recommended)
claude mcp add firebase-hosting-basics npx -- -y @trustedskills/firebase-hosting-basics
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.