FirebaseChatOptions constructor

const FirebaseChatOptions({
  1. String groupChatsCollectionName = 'group_chats',
  2. String chatsCollectionName = 'chats',
  3. String messagesCollectionName = 'messages',
  4. String usersCollectionName = 'users',
  5. String chatsMetaDataCollectionName = 'chat_metadata',
  6. String userChatsCollectionName = 'chats',
})

Creates a new instance of FirebaseChatOptions.

Implementation

const FirebaseChatOptions({
  this.groupChatsCollectionName = 'group_chats',
  this.chatsCollectionName = 'chats',
  this.messagesCollectionName = 'messages',
  this.usersCollectionName = 'users',
  this.chatsMetaDataCollectionName = 'chat_metadata',
  this.userChatsCollectionName = 'chats',
});