Using Firebase
Description
User Firebase Skill for using the command line and developing in Python and Typescript
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Firebase Development Skill
[](https://agentskills.io/home) [](https://skillzwave.ai/skill/SpillwaveSolutions__using-firebase__using-firebase__SKILL/) [](LICENSE)
A comprehensive Claude Code skill for Firebase development on GCP-hosted applications.
Overview
This skill provides complete guidance for developing Firebase applications:
| Feature | Description |
|---|---|
| Firestore | CRUD operations, queries, transactions, data modeling |
| Cloud Functions | 1st and 2nd generation, TypeScript and Python |
| Security Rules | Firestore and Cloud Storage rule patterns |
| Authentication | Integration patterns and session management |
| Hosting | Configuration, rewrites, headers, and caching |
| GCP Integration | BigQuery, Cloud Tasks, Pub/Sub, and more |
Quick Start
- Initialize project:
scripts/init_project.sh [project-id] - Start emulators:
scripts/start_emulators.sh - Deploy:
scripts/deploy.sh
See [SKILL.md](SKILL.md) for full documentation.
Installation
Skilz Universal Installer (Recommended)
The recommended way to install this skill across different AI coding agents is using the **skilz** universal installer.
Install Skilz
pip install skilz
Claude Code
Install to user home (available in all projects):
skilz install -g https://github.com/SpillwaveSolutions/using-firebase
Install to current project only:
skilz install -g https://github.com/SpillwaveSolutions/using-firebase --project
OpenCode
Install for [OpenCode](https://opencode.ai):
skilz install -g https://github.com/SpillwaveSolutions/using-firebase --agent opencode
Project-level install:
skilz install -g https://github.com/Spillwav
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11