flutter_firebase_chat_core icon indicating copy to clipboard operation
flutter_firebase_chat_core copied to clipboard

Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.

Results 37 flutter_firebase_chat_core issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, Is there a way to delete the messaging history from a user? If User A should be able to see the messages, even if user B deletes them.

question

I ran into this problem when I ran the code for example : "“[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: [firebase_storage/unauthorized] User is not authorized to perform the desired action.”"

question

Hey there! I implemented the chat in my app with cloud functions for updating the message status etc. Now the problem I have that before cloud functions, sending a message...

question

Does the package track message status like unread or seen? I think the demo chat by the Firebase team has some code for that https://firechat.firebaseapp.com/

feature
good first issue

The library does not seem to have pagination on the messages stream. Is this something that will be added?

feature
help wanted

The Firebase plugins have been updated. I tried updating it for my app but `flutter_firebase_chat_core` is using these version. ``` cloud_firestore: ^3.4.0 firebase_auth: ^3.5.0 firebase_core: ^1.20.0 ``` Can I request...

question

Hi there, I got crazy trying to understand if there was a bug when using your example because I was not able to find the + icon in the RoomsPage...

feature

Would be nice to store message count in room data for easy Firestore filtering via the Firestore UI. It cannot filter for if exists or not.

feature

Anyone know how to make this badge ? i don't see this feature. Is this need cloud function ? i think yes

feature