So I used Java using a button that makes selected EditText to bold. At the edittext it shows bold, then I send the data to firebase database, then retrieve it.
The problem is that Firebase doesn't save the style of the text, so it doesn't display the bold at the retrieve text.
Any solutions for that?