Firebase的抖动流
I have a Flutter app with chat functionality, where the chats are stored in Firebase database. I have a BottomNavigationBar which has an icon button for Chats. On this icon I display a badge if there are any unread chats:
BottomNavigationB...