firebase-cli

Manage Firebase projects and deploy web apps, functions, and database configurations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/supercent-io/skills-template --skill firebase-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-cli
Source: https://github.com/supercent-io/skills-template/tree/main/.agent-skills/firebase-cli
Command: npx skills add https://github.com/supercent-io/skills-template --skill firebase-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and evals (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of Firebase projects, from hosting and functions to databases and emulators, simplifying your development workflow.

Core Features & Use Cases

  • Deployment: Deploy web apps, Cloud Functions, Firestore rules, and more.
  • Local Development: Run the Firebase Emulator Suite for offline testing.
  • CI/CD Integration: Automate deployments using service accounts.
  • Use Case: Deploy your latest web application update to Firebase Hosting, ensuring a smooth rollout with preview channels.

Quick Start

Use the firebase-cli skill to deploy your project to Firebase Hosting.

Frequently Asked Questions about firebase-cli

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

FAQPage Schema
How do I deploy a web application to Firebase Hosting?

To deploy a web application to Firebase Hosting, use this Skill to manage your project configuration and push your latest updates, ensuring a smooth rollout with preview channels.

Can I use the Firebase Emulator Suite for local development?

Yes, you can run the Firebase Emulator Suite for local development and offline testing before deploying your web apps, Cloud Functions, or database configurations to production.

How do I automate Firebase deployments in a CI/CD pipeline?

You can automate Firebase deployments in a CI/CD pipeline by integrating the firebase-tools CLI with service accounts to manage Hosting, Functions, and Firestore updates automatically.

What Firebase services are supported by the firebase-tools CLI?

The firebase-tools CLI supports all Firebase services including Hosting, Cloud Functions, Firestore, Realtime Database, Authentication, and Extensions for comprehensive project management.

Do I need a service account to manage Firebase projects?

A service account is required to integrate Firebase deployments with CI/CD pipelines, enabling secure automated management of your Hosting, Functions, and database configurations.

What is the best way to manage Firestore rules and Cloud Functions?

The best way to manage Firestore rules and Cloud Functions is by using the CLI to deploy configurations directly, streamlining your workflow from local emulator testing to production.