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.
Hi, i am new to flutter. I wanted to test this project example(flutter_firebase_chat_core/example). I was supposed to make a chatting simulation which needs at lease two users. I woked in...
I have tried to adjust collections and App Name with the params in firebase_chat_core.dart on line 20 ``` /// Config to set custom names for rooms and users collections. Also...
## What bug do you experience? 🐞 When trying to create a room,I get an error: ```Null check operator used on a null value.``` ## How can it be reproduced?...
Hello 👋 Having troubles with understanding how to create the structure the firebase database any help will be appreciated
Thank you for this awesome library! I wanted to ask you if there is a way to start the first few messages of a chat, where the whole screen isn't...
Hello 👋 Maybe it's a bug or I'm not doing something right. when I create a room with metadata it works fine the room is created and the data in...
Hi, is it possible to setup custom location for Firebase Storage so that I can setup custom security rules for storage?
## Is your feature request related to a problem? We already have a production app and wanna add the chat functionality now. As we already have a "users" collection in...
I would love to see a firebase extension that I can simply add to my project to get the cloud functions and rules you provide in your documentation.
### What does it do? This enables specifying the FirebaseApp (Project) to get the instance for it. Instead of using the default Firebase Project Describe the technical changes you did....