converse_chat_adapters 1.0.0
converse_chat_adapters: ^1.0.0 copied to clipboard
Firebase-based infrastructure layer for the Converse Chat SDK. Implements repository interfaces from converse_chat_core for chat, user, presence, and attachment management.
1.0.0 #
- Initial release of Converse Chat Adapters 🎉
- Added Firebase-based infrastructure layer for the Converse Chat SDK
- Implemented all core repository interfaces from
converse_chat_coreIChatRepository→FirebaseChatRepositoryIUserRepository→FirebaseUserRepositoryIPresenceRepository→FirebasePresenceRepositoryIAttachmentRepository→FirebaseAttachmentRepository
- Introduced
AdapterInitializerfor Firebase setup and configuration - Added
FirebaseChatAdapterto group repository implementations - Centralized Firestore path definitions via
firebase_collections.dart - Integrated message, user, presence, and attachment syncing using Firebase
- Prepared for future support for REST and WebSocket adapters