Firebase get data error

i uset to get player shortname frome fir base but i got first part only if short name was “H Pandya” but i got only “H” this value i dont now what is my mistake



then i simplifing my code but also same result

There are several methods to get full value from firebase. But personally I use this method:-

When you are storing value to firebase replace the space between words with other symbol ( i prefer +). it can be done by using replace text block available in TEXT blocks.

And when you retrieve the values from firebase just replace + with space using same block.

METHOD 2:

Write the value in this format "\"text here\""

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.