firestore-data

Perform CRUD operations and explore collections in Google Firestore databases.

2|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/interflownex/All-in-One --skill firestore-data-interflownex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firestore-data
Source: https://github.com/interflownex/All-in-One/tree/main/.gemini/skills/firestore-data
Command: npx skills add https://github.com/interflownex/All-in-One --skill firestore-data-interflownex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @toolbox-sdk/server, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the complexity of manual Firestore database management by providing a standardized interface for CRUD operations and collection exploration.

Core Features & Use Cases

  • Document Management: Perform precise create, read, update, and delete operations on Firestore documents.
  • Collection Exploration: Easily list collections and subcollections to navigate complex database hierarchies.
  • Querying: Execute filtered queries with sorting and limit controls to retrieve specific datasets.
  • Use Case: A developer can use this skill to quickly audit user profiles or update configuration flags across multiple documents without writing custom administrative scripts.

Quick Start

Use the firestore-data skill to query the users collection for all documents where the status field is equal to active.

Frequently Asked Questions about firestore-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform CRUD operations on a Firestore database?

To perform CRUD operations on a Firestore database, you execute authenticated commands via Node.js to create, read, update, and delete documents while navigating collection hierarchies and applying filtered queries.

What's the best way to explore Firestore subcollections and document hierarchies?

Exploring Firestore subcollections and document hierarchies is done through structural navigation that lists collections and subcollections, allowing you to traverse complex NoSQL database structures for administrative tasks.

Do I need Node.js to manage Google Cloud Firestore data?

Yes, managing Google Cloud Firestore data requires Node.js along with the @toolbox-sdk/server package to execute authenticated database commands for document manipulation and filtered data retrieval.

Can I run filtered queries with sorting and limits on Firestore documents?

Yes, you can run filtered queries on Firestore documents with sorting and limit controls to retrieve specific datasets, replacing the need to write custom administrative scripts for data audits or configuration updates.

How does this approach compare to writing custom scripts for Firestore administration?

Compared to writing custom scripts for Firestore administration, this standardized interface eliminates manual complexity by providing built-in collection exploration and document manipulation for NoSQL database management tasks.