You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a new chat UI version with a complete from scratch refactor, and this repo will become an example on how to use chat UI with Firebase. The package itself will be discontinued, since it does not make sense - core of the package is like 100 lines, if we remove all the customisation.
I had the same issue. It was caused by deleting a firebase user without removing their uid from the uids of the rooms participants. Always remove a users uid from the room before deleting their account.
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? 🤔
What behavior is expected? 💡
A new chat room is created.
Screenshots or videos 📸
Code snippets 📝
Environment info
Please specify the flutter, flutter_firebase_chat_core versions.
flutter: 3.13.0
flutter_firebase_chat_core: 1.6.7
flutter doctor -v
output 👇Platform
Device (e.g. Android emulator, iOS simulator, Samsung Galaxy S21): Fujitsu F 04K
OS version (e.g. iOS 14.5, Android 11): Android 10
The text was updated successfully, but these errors were encountered: