I would like to know if there is a way to format the text of a a text field in firestore with a word break using the firebase console. I would like for example to have result for example (text into 2 different lines or part of different paragraphs)
The sun shine on us.
This is a good news
Whatever text I add in firebase console, seem to default to a simple linear string (output is as follow)
The sun shine on us. This is a good news
I am able to achieve this result by adding formatted text from my app to firestore hoever I would like to do it the same using the firebase console. Thanks