FI
firebase-deployment
This skill documents how to deploy the museum-signage application to Firebase Hosting.
Install
mkdir -p .claude/skills/firebase-deployment && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15722" && unzip -o skill.zip -d .claude/skills/firebase-deployment && rm skill.zipInstalls to .claude/skills/firebase-deployment
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
This skill documents how to deploy the museum-signage application to Firebase Hosting.86 chars · catalog descriptionno explicit “when” trigger
About this skill
Firebase Hosting Deployment Skill
This skill documents how to deploy the museum-signage application to Firebase Hosting.
Prerequisites
- Node.js: Ensure Node.js is installed.
- Firebase CLI: Use
npx -y firebase-toolsto avoid local installation issues.
Project Details
- Project ID:
museum-signage-37925190-100ae - Hosting Site ID:
museum-signage-37925190-100ae(default) - Production URL: https://museum-signage-37925190-100ae.web.app
- Canonical URL: https://signage.museum.ehime-u.ac.jp/
Deployment Procedure
1. Build the Application
Ensure the dist/ directory is updated with the latest changes.
npm run build
2. Deploy to Firebase
Run the deployment command specifying the project ID to ensure it targets the correct environment. // turbo
npx -y firebase-tools deploy --project museum-signage-37925190-100ae
Verification
After deployment, verify the live site:
- Navigate to the Production URL.
- Check that all new UI components and logic (e.g., logo reload) are functional.
- Verify responsiveness on target viewports (iPhone SE, XR, Pixel 7).