firebase_chat_repository (1.0.0)

Published 2024-10-22 10:27:01 +02:00 by joey

Installation

dart pub add firebase_chat_repository:1.0.0 --hosted-url=

About this package

A new Flutter package project.

Firebase chat repository

The firebase implementation of the chat_repository_interface

Usage

chatService: ChatService(
    chatRepository: FirebaseChatRepository(
        chatCollection: 'chats', 
        messageCollection: 'messages', 
        mediaPath: 'chat',
    ),
    userRepository: FirebaseUserRepository(
        userCollection: 'users',
    ),
),
Details
Pub
2024-10-22 10:27:01 +02:00
2
3.2 KiB
Assets (1)
1.0.0.tar.gz 3.2 KiB
Versions (6) View all
6.0.0 2025-03-12
5.1.2 2025-03-07
5.1.1 2025-03-06
5.1.0 2025-03-06
5.0.0 2025-03-06