flutter_live_support 1.0.0+3 flutter_live_support: ^1.0.0+3 copied to clipboard
Flutter package to implement a firestore chat between customer and product support.
flutter_live_support #
Flutter package to implement a fire store chat between customer and product support
FlutterSupportChat(
supporterEmails: [
'example@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?"
);