BeClaude

firestore-native

New
27Official PluginData & Analyticsby Google LLC

Connect and interact with Firestore databases, collections, and documents.

JavaScript6 forks2 issuesUpdated 6/12/2026First seen 6/6/2026

Summary

This skill enables Claude Code to connect and interact with Firestore databases, allowing you to read, write, and manage collections and documents directly from your coding environment.

  • It streamlines database operations like querying data, updating records, and setting up security rules without leaving your editor.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install firestore-native@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Query all documents in a Firestore collection with specific filters and ordering.
Add a new document to a Firestore collection with custom fields and data types.
Update an existing Firestore document by merging new data with the current document.
Delete a Firestore document or an entire collection of documents.
Set up Firestore security rules to control read and write access for different user roles.
Migrate data between two Firestore projects or export collection data to JSON.

Usage Examples

1

/firestore-native list users where age > 18 order by name

2

/firestore-native add document to collection 'products' with fields: name='Widget', price=9.99, inStock=true

3

/firestore-native update document 'users/abc123' merge fields: lastLogin='2025-01-15'

View source on GitHub
documentationantigravityclaude-codecodexgeminigemini-cligemini-cli-extensiongoogle-cloudskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is firestore-native?

This skill enables Claude Code to connect and interact with Firestore databases, allowing you to read, write, and manage collections and documents directly from your coding environment. It streamlines database operations like querying data, updating records, and setting up security rules without leaving your editor.

How to install firestore-native?

To install firestore-native: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install firestore-native@<marketplace>. Finally, /plugin in Claude Code.

What is firestore-native best for?

firestore-native is a plugin categorized under Data & Analytics. It is designed for: documentation. Created by Google LLC.

What can I use firestore-native for?

firestore-native is useful for: Query all documents in a Firestore collection with specific filters and ordering.; Add a new document to a Firestore collection with custom fields and data types.; Update an existing Firestore document by merging new data with the current document.; Delete a Firestore document or an entire collection of documents.; Set up Firestore security rules to control read and write access for different user roles.; Migrate data between two Firestore projects or export collection data to JSON..