firebase-multi-app-deployment

Validate Firebase hosting configs and generate GitHub Actions workflows for multi-target deployments.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/dfrabik/dev-portfolio --skill firebase-multi-app-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-multi-app-deployment
Source: https://github.com/dfrabik/dev-portfolio/tree/main/.cursor/skills/firebase-multi-app-deployment
Command: npx skills add https://github.com/dfrabik/dev-portfolio --skill firebase-multi-app-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps engineers orchestrate Firebase multi-app hosting deployments by validating configuration, mapping hosting targets, and generating CI/CD workflows in a single cohesive workflow.

Core Features & Use Cases

  • Validate firebase.json configuration and .firebaserc mappings to ensure hosting targets align with deployed sites.
  • Generate reusable GitHub Actions workflows that deploy multiple apps in the correct sequence, with per-app build steps and hosting targets.
  • Use Case: When you add a new Firebase-hosted app, update targets and mappings, then trigger a single deployment pipeline that builds and deploys all apps in order.

Quick Start

Create and customize a multi-app Firebase deployment workflow by validating configuration and generating GitHub Actions across all hosting targets.

Frequently Asked Questions about firebase-multi-app-deployment

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

FAQPage Schema
How do I deploy multiple Firebase hosting targets in a single GitHub Actions workflow?

Deploy multiple Firebase hosting targets by validating firebase.json and .firebaserc mappings, then generating a reusable GitHub Actions workflow that builds and deploys each app in the correct sequence. This ensures deterministic builds and proper deployment ordering across all configured sites.

What is the best way to manage Firebase multi-app deployment configurations?

Managing Firebase multi-app deployment involves validating firebase.json configuration and .firebaserc mappings to ensure hosting targets align with deployed sites, then generating CI/CD workflows with per-app build steps and host-specific configuration for secure, sequential deployments.

Can I use GitHub Actions to deploy multiple Firebase apps in a specific sequence?

Yes, you can use GitHub Actions to deploy multiple Firebase apps by generating reusable workflows that execute per-app build steps and hosting target deployments in the correct sequence, ensuring deterministic builds and secure deployment via host-specific configuration patterns.

Why does my Firebase multi-target deployment fail when adding a new hosting app?

Firebase multi-target deployment failures often occur when firebase.json configurations and .firebaserc mappings do not align with the new hosting target. Validating these configuration files and updating target mappings before triggering the deployment pipeline resolves sequencing and build issues.

Do I need to update firebase.json and .firebaserc before configuring multi-app CI/CD pipelines?

Yes, you must update and validate firebase.json and .firebaserc mappings to ensure hosting targets align with deployed sites before generating GitHub Actions workflows. This validation guarantees that the CI/CD pipeline builds and deploys all apps in the correct order.

Does Firebase multi-app deployment support reusable GitHub Actions workflow patterns?

Firebase multi-app deployment supports reusable GitHub Actions workflow patterns by generating workflows with per-app build steps and hosting targets. These patterns ensure deterministic builds, proper sequencing, and secure deployment across multiple hosting targets using host-specific configuration.