Hi, sending values from an ESP8266 to Firebase Realtime Database. The values are received correctly in the database as shown in the photo. However, on the app I can only correctly display the “Level” and “Model” values, while for “Values” and “Related Values” only the first part of the text is shown.
For example, in the database the value of “Values” is:
Values: “0v.min 7 v.att 44”
On the app, however, only “0v.min” is displayed, excluding the rest of the text after the spaces.
How can I solve this problem?