firebase-ops

Wrap firebase-tools commands for Remote Config, Crashlytics, and FCM tasks.

11|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/satanyakiv/NutriSport --skill firebase-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-ops
Source: https://github.com/satanyakiv/NutriSport/tree/main/.claude/skills/firebase-ops
Command: npx skills add https://github.com/satanyakiv/NutriSport --skill firebase-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

NutriSport uses CLI-wrapped Firebase operations to avoid standing MCP servers, enabling developers to perform essential Firebase tasks directly from the repo.

Core Features & Use Cases

  • Read and manage Remote Config templates with firebase-tools, including get and rollback scenarios.
  • Upload Crashlytics symbols and mapping files, distribute builds, and list Firebase apps, all from the command line.
  • Use the bundled fcm-send.sh to send test FCM pushes without extra dependencies, ensuring push workflow validation.

Quick Start

Run the fcm-send.sh script in .claude/skills/firebase-ops/scripts to send a test FCM message after you place a valid service-account key at the default path.

Frequently Asked Questions about firebase-ops

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

FAQPage Schema
How do I manage Firebase Remote Config from the CLI without a persistent MCP server?

Manage Firebase Remote Config via CLI by wrapping firebase-tools commands to retrieve, modify, and roll back Remote Config templates without standing up a persistent MCP server.

How do I upload Crashlytics symbols and mapping files using command line tools?

Upload Crashlytics symbols and mapping files using command line tools by executing wrapped firebase-tools commands, enabling direct symbol management and mapping file uploads from your repository without extra server infrastructure.

Can I send a test FCM push message without installing extra dependencies?

Yes, you can send a test FCM push message without extra dependencies by using a bundled zero-dependency shell script, which validates your push workflow directly through a Firebase service-account key.

What do I need to set up before distributing Firebase app builds to testers via CLI?

Before distributing app builds to testers via CLI, you need a valid Firebase service-account key stored securely outside your repository and a local firebase-tools installation to execute the distribution commands.

Does this approach to Firebase operations require a standing MCP server?

No, this approach to Firebase operations does not require a standing MCP server, as it directly wraps firebase-tools commands for tasks like app discovery and build distribution from your local environment.