firebase-functions

Diagnose Firebase callable, HTTP, or Firestore trigger selection and drift.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/jingjing2222/create-rn-miniapp --skill firebase-functions
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firebase-functions
Source: https://github.com/jingjing2222/create-rn-miniapp/tree/main/skills/firebase-functions
Command: npx skills add https://github.com/jingjing2222/create-rn-miniapp --skill firebase-functions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnose which Firebase surface (callable, HTTP, or Firestore trigger) a repository should use and isolate remote readiness drift from local code issues.

Core Features & Use Cases

  • Determine whether callable, http, or Firestore trigger is the right surface for a given Firebase setup.
  • Compare project ID, region, and emulator state between client and server configurations to identify drift.
  • Separate remote readiness issues from local code problems and guide next steps or handoff to Remote Ops.

Quick Start

Run the smoke tests and check-env script to start diagnosing your Firebase Functions surface and drift.

Frequently Asked Questions about firebase-functions

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

FAQPage Schema
How do I choose between callable, HTTP, and Firestore trigger Firebase surfaces?▼

To choose the right Firebase surface, diagnose your workspace setup to determine whether a callable, HTTP, or Firestore trigger best fits your client linkage and remote readiness requirements.

Why does my Firebase Functions deployment have configuration drift?▼

Firebase Functions drift occurs when FIREBASE_PROJECT_ID consistency or FIREBASE_FUNCTION_REGION alignment differs between client and server, requiring checks to isolate remote readiness from local code.

How do I check Firebase emulator readiness versus deployed function state?▼

Check Firebase emulator readiness by comparing local emulator state against deployed function configurations, isolating remote readiness drift from local code issues in your Firebase-backed workspace.

Does this Firebase surface diagnosis work with create-rn-miniapp projects?▼

Yes, this Firebase surface diagnosis is specifically applicable to Firebase-backed workspaces in create-rn-miniapp projects, checking emulator readiness and client linkage status to guide remote ops handoff.

When should I hand off Firebase Functions issues to Remote Ops?▼

Hand off to Remote Ops when Firebase Functions diagnosis isolates remote readiness drift, such as FIREBASE_PROJECT_ID or FIREBASE_FUNCTION_REGION inconsistencies, rather than local code problems.