flutter_firebase_chat_core
flutter_firebase_chat_core copied to clipboard
Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.
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.
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.”"
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...
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/
The library does not seem to have pagination on the messages stream. Is this something that will be added?
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...
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...
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.
Anyone know how to make this badge ? i don't see this feature. Is this need cloud function ? i think yes