Whole value not showing

Whole text now showing
It needs to show this “abc 123 abc asdasdasda”
But in app it only shows “abc”

when its like this “abc.123.abc.asdasdasda” then it shows whole text
so the problem is space between ?
how to fix that ?

Hi
Do you set the text manually from your Firebase console?

If so, you have to be cautious with the formatting.
Your tag’s value should be in the format: "\"YOUR TEXT\"" (Note the escape characters)

Hope this helps!

4 Likes

Thanks allot !

1 Like

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