fyrechat 0.0.6 copy "fyrechat: ^0.0.6" to clipboard
fyrechat: ^0.0.6 copied to clipboard

A Firebase-based Flutter chat core package supporting direct and group messaging with seen status, message replies, and Firestore integration.

/rooms/{roomId}

  • type: 'direct' or 'group'
  • userIds: [user1, user2]
  • userRoles: {user1: 'admin'}
  • lastMsg: 'Last message text'

/rooms/{roomId}/messages/{messageId}

  • authorId: string
  • text: string (for text messages)
  • isDeleted: bool
  • seenBy: {user1: timestamp}
  • reactions: {user1: '❤️'}
0
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Firebase-based Flutter chat core package supporting direct and group messaging with seen status, message replies, and Firestore integration.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cloud_firestore, equatable, firebase_auth, flutter, json_annotation, meta

More

Packages that depend on fyrechat