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

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...

question

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...

question

## 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?...

bug

Hello 👋 Having troubles with understanding how to create the structure the firebase database any help will be appreciated

question

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...

question

Hi, is it possible to setup custom location for Firebase Storage so that I can setup custom security rules for storage?

question

## 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...

feature

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.

feature

### 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....