firebase-deploy

Build with yarn build and deploy web projects to Firebase Hosting.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill firebase-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-deploy
Source: https://github.com/tecnologia-ibtech/geo-codex/tree/main/geo-ops/skills/firebase-deploy
Command: npx skills add https://github.com/tecnologia-ibtech/geo-codex --skill firebase-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds and deploys web projects to Firebase Hosting in a single, reliable step, eliminating manual coordination between build and deployment.

Core Features & Use Cases

  • Build: runs yarn build to produce a production-ready bundle.
  • Deploy: executes firebase deploy to publish to hosting and obtain the hosting URL.
  • Use Case: Ideal for automated CI/CD pipelines or quick one-off deployments of frontend projects.

Quick Start

Trigger the firebase-deploy action to automatically build your project and deploy it to Firebase Hosting.

Frequently Asked Questions about firebase-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and deploy a web app to Firebase Hosting in one step?

You can build and deploy to Firebase Hosting by triggering an action that runs yarn build to produce a production-ready bundle and then executes firebase deploy to publish it, returning the hosting URL or any deployment errors.

Can I use this Firebase deployment process for staging and production environments?

Yes, this Firebase deployment process supports local, staging, or production deployment flows. It applies to web projects configured for Firebase Hosting and ensures a successful build before deploying to the target environment.

What happens if the yarn build fails before deploying to Firebase Hosting?

If the yarn build fails before deploying to Firebase Hosting, the deployment process stops to prevent publishing a broken bundle. The system ensures a successful build is completed before attempting any hosting deployment and reports any errors.

Does this Firebase deploy method work in automated CI/CD pipelines?

Yes, this Firebase deploy method is ideal for automated CI/CD pipelines or quick one-off deployments of frontend projects. It eliminates manual coordination between building the project and deploying it to Firebase Hosting.

Do I need yarn to deploy my web project to Firebase Hosting?

Yes, you need yarn configured in your project to build the production-ready bundle before deploying to Firebase Hosting. The build step specifically runs yarn build to ensure a successful output prior to executing the firebase deploy command.