Reading data From firebase problem

I'm reading data from firebase , but the value gets only the first word, any thing after space in not come

What the problem do you think??

the database is
image

the date result comes with only no. 6 and so on
and the nearest_point record comes with the first word only

This is because you are not adding the data to firebase from the app, which would be escaping the entries e.g.

"\"dave smith\"" or "\"6/2/21\""

1 Like

So how can I do that with csv and convert it to JSON?

different question entirely, you were getting your data from firebase ?

Explain....

1 Like