🔥

Firestore

available

Query and manage Google Firestore databases using TypeScript scripts or REST API — ideal for Firebase and GCP projects.

data

What This Skill Does

Query and manage Google Firestore databases using TypeScript scripts or REST API — ideal for Firebase and GCP projects.

Capabilities

  • Document Queries — Query collections with filters and ordering
  • CRUD Operations — Create, read, update, and delete documents
  • TypeScript Access — Use typed scripts for reliable database access
  • REST API — Access Firestore via curl for simple operations

How It Works

  1. Connect to your Firebase/GCP project
  2. Write queries or describe the data operation
  3. TypeScript scripts provide typed access to your data
  4. Results are returned in structured JSON format

Example Usage

"Query all active users from the users collection"
"Update the status field for this document"
"List the most recent 10 orders"