Agentic Service Discovery

Resources

F

Firebase Firestore

by Google LLC

Connect agents to Google Firebase Firestore for flexible NoSQL document storage with real-time capabilities.

DatabasesFree / PaidBearer tokenfirebasenosqlrealtimegoogledocumentdatabase

How agents use Firebase Firestore

  • Persist agent memory and conversation history across sessions
  • Store structured user data and preferences for personalization
  • Track workflow state and progress for long-running agent tasks
  • Real-time data sync between agent outputs and frontend applications
  • Batch-write agent-generated records with atomic consistency guarantees

Agent actions

Get DocumentRetrieve a single document from a Firestore collection

Inputs: collection, documentId

Returns: data, exists, id, createdAt, updatedAt

Set DocumentCreate or fully replace a document at a specific ID

Inputs: collection, documentId, data, merge

Returns: id, updatedAt

Add DocumentAdd a new document to a collection with an auto-generated ID

Inputs: collection, data

Returns: id, path

Update DocumentPartially update fields in an existing document

Inputs: collection, documentId, data

Returns: updatedAt

Delete DocumentDelete a document from Firestore

Inputs: collection, documentId

Returns: success

Query CollectionQuery documents in a collection with filters and ordering

Inputs: collection, filters, orderBy, limit

Returns: documents, count

Batch WriteAtomically write multiple documents in a single batch

Inputs: operations

Returns: success, operationCount

Example workflows

1

User profile storage

Store and retrieve user profile data for personalized agent interactions

2

Agent state persistence

Persist agent workflow state across sessions

About Firebase Firestore

Vendor
Google LLC
Pricing Always review details with the vendor
Free / PaidSpark plan (free): 50K reads/day, 20K writes/day. Blaze plan: pay-as-you-go starting at $0.06/100K reads.
Authentication
Bearer token
Rate limit Always review details with the vendor
6000 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Firebase Firestore

Use the Agentic Planner to design, visualize, and connect Firebase Firestore with your other tools.

Open Agentic Planner

Related Databases tools

Firebase Firestore AI Agent Integration | Fugentic