firebase-firestore
Installation
Summary
Cloud Firestore database setup, configuration, and query execution across Standard and Enterprise editions.
- Detects existing Firestore instances and their editions, then routes to appropriate guides for Standard or Enterprise configurations
- Covers database provisioning, security rules, data modeling, SDK integration across web, Android, iOS, and Flutter platforms, and index management
- Defaults to Enterprise edition for new databases and supports location selection with resource colocation recommendations
- Works with Firebase CLI but does not require it as a prerequisite
SKILL.md
Cloud Firestore Database and Operations
Before setting up dependencies, writing data models, or configuring security rules, you MUST always identify the Firestore instance edition.
1. Instance Selection and Edition Detection
Run the following command to list current Firestore databases: bash npx -y firebase-tools@latest firestore:databases:list
A. Instance Found
Explore more of GLSRM
