Please try to send data to firebase in single line.
To do this, add this block in when text on changed and check in firebase whether it is sending as single line or not. If it is sending as single line mean no problem. You know then how to proceed
If single line it’s not problem it always ok, but behavior change if you give the carriage return character in this case \n , if you have messenger like whatsapp or anything. it is possible to put message like this
This is the message
instead " this is the message" ,
When Firebase got value and if you use as it is then it gives us in the same format. So what I suggest you is. Try to get the value in two variable. Or split the variable as end of the date and the text field. And you show the text field as it is select the item from the the index 2
I’ve tried that’s method but work’s only in label… but if you put into ChatView Message, they don’t work , no property to adjust in chatview for displaying message upon single line or multiple line
That’s it. Just to say or know it yourself only we did it. Chat view means it will show everything in as single line. Chat view is no way connected with WhatsApp style like. If not you have to use your own extensions just like chat view