Firebase charset error

0

I created the database in Firebase and added some records, however it is giving error with the words with special characters in the Recyclerview of Android and also in the own site of Firebase. The word in the example is Reception.

In Firebase

NoRecyclerview

    
asked by anonymous 14.01.2018 / 14:26

1 answer

1

I was importing the data from Sublime to Firebase. I saved the Sublime Text files and put them in UTF-8. With that the characters worked in Firebase.

    
14.01.2018 / 22:26