Ratul Hasan Ruhanratulhasanruhan.hashnode.dev·Feb 19, 2024Automated support chat with Firebase and FlutterConnect your app to Firebase. Here we use Cloud Firestore for the database. Our project requires these packages:- firebase_core: ^2.14.0 cloud_firestore: ^4.0.4 flutter_chat_bubble: ^2.0.2 3. Make a stateful widget on your chat page dart file. Th...Support chat