"Undefined" in text input

Hi, I have a text input in my app. It is empty so that the user can type in it. However, it always says “undefined” and you have to erase it to type in the text input. Is there a way to make it disappear?

It’s best to post a screenshot of your blocks because it’s hard to know what’s causing the problem without seeing them. But you can probably fix this by using the from Text_Input set Hint to block

Screen Shot 2020-04-09 at 11.41.37 PM

1 Like

I am also having the same problem! What should I do?





these are the screenshots of the project

You’re using app variables to access Firebase data. That won’t work. You need to use cloud variables.

For example:

1 Like