🔥
Firestore
availableQuery and manage Google Firestore databases using TypeScript scripts or REST API — ideal for Firebase and GCP projects.
dataWhat 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
- Connect to your Firebase/GCP project
- Write queries or describe the data operation
- TypeScript scripts provide typed access to your data
- 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"