veta_chat_kit_firebase library
Firebase adapter for veta_chat_kit — Firestore-backed threads,
realtime presence, and typing indicators.
Functions
-
firebaseChatStrategy(
{FirebaseFirestore? firestore, FirebaseAuth? auth, String threadsCollection = 'threads'}) → ChatStrategy -
Firestore-backed
ChatStrategy.
Exceptions / Errors
- VetaFirebaseSetupException
- Exception thrown by this adapter when a Firestore call fails with a configuration-level error (missing composite index or a rule mismatch).