Firebase App Hosting Basics
Deploy static websites and web apps to Firebase Hosting with essential configuration and basic setup guidance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add firebase-app-hosting-basics npx -- -y @trustedskills/firebase-app-hosting-basics
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firebase-app-hosting-basics": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firebase-app-hosting-basics"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to manage and deploy web applications using Firebase App Hosting. It supports tasks like deploying static files, configuring hosting domains, and managing build processes for frontend apps.
When to use it
- Deploying a static website or single-page application (SPA) to Firebase Hosting
- Setting up custom domains for a hosted app
- Automating the deployment of frontend assets after a CI/CD pipeline completes
Key capabilities
- Deployment of static files and assets
- Configuration of hosting settings via
firebase.json - Integration with Firebase CLI for streamlined workflows
- Support for multiple environments (e.g., staging, production)
Example prompts
- "Deploy my React app to Firebase Hosting."
- "Set up a custom domain for the hosted application."
- "Configure Firebase App Hosting to use a specific build directory."
Tips & gotchas
- Ensure your project has a valid
firebase.jsonfile before deployment. - Custom domains require DNS configuration and may involve additional setup steps outside of Firebase.
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.