Value in Firebase Realtime Database Readed Seperatedly

I have a problem when trying to get a value from my firebase realtime database.

I am using this approach. But when i get the value it became separated and only readed the 1st words. I try to avoid it by adding _ on the string and replace it using “whitespaces”. But when i came to load the image url, i faced the same problem.

1 Like

Store it like this "\"Your text here\"" , Your full value will be fetched.

It works, thank you so much

1 Like