Firebase App Hosting Basics
Deploy static web assets to Firebase Hosting using basic 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-firebase-app-hosting-basics npx -- -y @trustedskills/firebase-firebase-app-hosting-basics
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firebase-firebase-app-hosting-basics": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firebase-firebase-app-hosting-basics"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides basic Firebase App Hosting functionality. It allows you to deploy web applications and static websites directly from your local machine or repository to a secure, globally distributed hosting platform. This includes features like automatic SSL provisioning and custom domain support.
When to use it
- Deploying a simple website built with HTML, CSS, and JavaScript.
- Sharing a prototype application quickly for testing purposes.
- Hosting documentation or marketing landing pages.
- Creating a personal portfolio site.
Key capabilities
- Deployment from local machine
- Automatic SSL provisioning
- Custom domain support
Example prompts
- "Deploy my website to Firebase Hosting."
- "Host this directory as a static website on Firebase."
- “Can you show me how to connect my custom domain to Firebase hosting?”
Tips & gotchas
- Requires the Firebase CLI to be installed and configured.
- Ensure your project has a
firebase.jsonconfiguration file for proper deployment settings.
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.