firebase

firebase-firestore-basics

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.

firebase 329 59 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add firebase/agent-skills/firebase-firestore-basics

Install via the SkillsCat registry.

SKILL.md

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.