Firebase not returning results (What am I doing Wrong)

So I am having a issue. When I run the code below I get no results showing. However If I add the “value” to a label it is returning [object Object],[object Object],object Object

Am I doing something wrong here? I had this working before the variables switched over.

1 Like

There is a bug with the new variables. See here:

Until Thunkable team fixes the issue, you’ll need to either (a) use a hidden listviewer to store and manipulate the list or (b) create variables via function with variables or a “for each item in j” block

1 Like

Thank you sir. I thought I was going crazy.

1 Like

No problem—I had the same experience!

1 Like