Package com.google.genkit.plugins.firebase.session
package com.google.genkit.plugins.firebase.session
Firestore-backed session store for Genkit agents.
FirestoreSessionStore implements SessionStore and SnapshotSubscriber, persisting session snapshots to Cloud Firestore
using a sharded checkpoint + diff + pointer layout (mirroring the upstream Go/JS Firestore
session stores). Configure it with FirestoreSessionStoreOptions.
-
ClassesClassDescriptionFirestore-backed implementation of
SessionStoreandSnapshotSubscriber.Configuration forFirestoreSessionStore.Builder forFirestoreSessionStoreOptions.