flutter_support_chat
Flutter package to implement a fire store chat between customer and product support
FlutterSupportChat(
supporterEmails: [
'cedtegapps.de@gmail.com',
],
currentEmail: user.email!,
firestoreInstance: FirebaseFirestore.instance,
newCaseText: 'New Support Case',
createCaseText: "Create Support Case",
writeMessageText: "Write a Message",
closeCaseText: "Do you really want to close this case?"
);