powered by
etapx

0%

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

Installs
40.4K
GitHub Stars
348
First Seen
Apr 30, 2026

Explore more of GLSRM