Hello, I'm looking for help to know how to remove the "\" symbol from the values that I have in firebase, and that only the value remains, for example:
Name: "Ketorolaco"
instead of as shown in the picture.
You cannot, unfortunately. It can only appear to be that. However, when you get that value, it is read without the slashes.
For example, the database might read "\"English-EN\" ""
, but when you get the data from the app, it will be read as English-EN
.
1 Like
The problem I have is that I handle these data with an Arduino, and when reading them from the component, it reads them with those signs.