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.

DatabaserGratis / BetaltBearer-tokenfirebasenosqlrealtimegoogledocumentdatabase

Sådan bruger agenter 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

Agenthandlinger

Get DocumentRetrieve a single document from a Firestore collection

Input: collection, documentId

Returnerer: data, exists, id, createdAt, updatedAt

Set DocumentCreate or fully replace a document at a specific ID

Input: collection, documentId, data, merge

Returnerer: id, updatedAt

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

Input: collection, data

Returnerer: id, path

Update DocumentPartially update fields in an existing document

Input: collection, documentId, data

Returnerer: updatedAt

Delete DocumentDelete a document from Firestore

Input: collection, documentId

Returnerer: success

Query CollectionQuery documents in a collection with filters and ordering

Input: collection, filters, orderBy, limit

Returnerer: documents, count

Batch WriteAtomically write multiple documents in a single batch

Input: operations

Returnerer: success, operationCount

Eksempel på 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

Om Firebase Firestore

Leverandør
Google LLC
Pris Tjek altid detaljer med udbyderen
Gratis / BetaltSpark plan (free): 50K reads/day, 20K writes/day. Blaze plan: pay-as-you-go starting at $0.06/100K reads.
Godkendelse
Bearer-token
Hastighedsgrænse Tjek altid detaljer med udbyderen
6000 anmodninger / minut
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med Firebase Firestore

Brug Agentic Planner til at designe, visualisere og forbinde Firebase Firestore med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Databaser-værktøjer

Firebase Firestore AI Agent Integration | Fugentic