Firebase + ListView

Hello,
I need to loop into my Firebase DB to recover some records; how can I fix my “for each item” to jump on next record?


You use “j”.
That is the idea behind the "for each item ‘j’ in ‘value’ " syntax.
Inside your “for each” loop, you should NOT reference “value”, as “value” is the whole list (in your case, a list of different record elements).
Not sure exactly how your “value” list is organized, but I have a hunch you have to replace the whole "get property 1 of object ‘value’ " block with the simple block “j”.

1 Like

Did you solve?
Hai risolto?