theindianappguy / FlutterChatAppTutorial

Fully Functioning Chat App with Flutter & Firebase
https://youtu.be/FTju8w4zEno
609 stars 321 forks source link

bug: web app crashes when sending a messages that contains a lot of bytes #18

Closed ramsy0dev closed 1 year ago

ramsy0dev commented 1 year ago

https://flutterdevconnect.web.app/ will crash when trying to send a big message as a solution you need to add message length check. to prevent users from crashing each others client.

Screenshot

image