Using Firebase banner
SpillwaveSolutions SpillwaveSolutions

Using Firebase

Development community

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

[![Skill Standard](https://img.shields.io/badge/standard-AgentSkills.io-blue)](https://agentskills.io/home) [![SkillzWave](https://img.shields.io/badge/marketplace-SkillzWave.ai-orange)](https://skillzwave.ai/skill/SpillwaveSolutions__using-firebase__using-firebase__SKILL/) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](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

  1. Initialize project: scripts/init_project.sh [project-id]
  2. Start emulators: scripts/start_emulators.sh
  3. 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