Firebase App Hosting
Automates Firebase App Hosting deployments from Git repositories, streamlining website updates and releases.
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 npx -- -y @trustedskills/firebase-app-hosting
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firebase-app-hosting": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firebase-app-hosting"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to deploy web applications directly to Firebase Hosting. It handles tasks like uploading files, configuring hosting settings, and managing custom domains. The agent can manage deployments from various source code repositories, streamlining the website publishing process.
When to use it
- Deploying a static website or single-page application (SPA).
- Automating updates to an existing Firebase-hosted site.
- Setting up a new project on Firebase Hosting with custom domain configuration.
- Managing multiple environments (e.g., development, staging, production) for web applications.
Key capabilities
- Deployment from source code repositories
- Configuration of hosting settings
- Management of custom domains
- Support for multiple deployment environments
Example prompts
- "Deploy the website located in
/path/to/websiteto my Firebase project 'my-project'." - “Update the live site at
https://example.comwith the latest changes from GitHub repositoryuser/repo." - "Create a new Firebase Hosting environment named ‘staging’ for my project.”
Tips & gotchas
- Requires prior setup of a Firebase project and authentication credentials within the AI agent's environment.
- Ensure the agent has appropriate permissions (e.g.,
firebase deploy) to interact with your Firebase project.
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 |
🌐 Community
Passed automated security scans.