PluginBench
Skill
Official
Pass
Audit score 90

firebase-firestore-basics

firebase/agent-skills

How to install firebase-firestore-basics

npx skills add https://github.com/firebase/agent-skills --skill firebase-firestore-basics
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from firebase/agent-skills.


name: firebase-firestore-basics description: Comprehensive guide for Firestore basics including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application. compatibility: This skill is best used with the Firebase CLI, but does not require it. Install it by running npm install -g firebase-tools.

Firestore Basics

This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application.

Provisioning

To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md.

Security Rules

For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md.

SDK Usage

To learn how to use Cloud Firestore in your application code, choose your platform:

Indexes

For checking index types, query support tables, and best practices, see indexes.md.