Firebase Firestore Basics

🏢Official
by firebase · vlatest · Repository

Understand Firestore data structures, CRUD operations, and basic queries within a Firebase project.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add firebase-firestore-basics npx -- -y @trustedskills/firebase-firestore-basics
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "firebase-firestore-basics": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/firebase-firestore-basics"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with Firebase Firestore, allowing them to read from and write to NoSQL databases. It supports basic operations like querying documents, adding new data, updating existing entries, and deleting records.

When to use it

  • You need to store user-generated content in a scalable database.
  • Your application requires real-time updates for chat or notifications.
  • You are building a mobile app that needs offline support with synchronized data.
  • You want to manage structured data without the complexity of a relational database.

Key capabilities

  • Create and manage Firestore collections and documents
  • Perform basic read, write, update, and delete operations
  • Query data using filters and sorting
  • Enable real-time updates via listeners

Example prompts

  • "Add a new user with email '[email protected]' to the 'users' collection."
  • "Retrieve all documents from the 'products' collection where price is greater than 100."
  • "Delete the document with ID 'abc123' in the 'orders' collection."

Tips & gotchas

  • Ensure your AI agent has proper Firebase authentication and security rules configured to access Firestore.
  • Be mindful of Firestore's rate limits and data usage policies, especially for high-traffic applications.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
firebase
Installs
675

🏢 Official

Published by the company or team that built the technology.