Listview doesn't update

Hello,

I’m work in app from Kodular, when recruiters open option search can use some filters to get users in DB, it’s work, but in list view show only first user, don’t show all user, if i create a new user, don’t show.

1

img1

You have to add data in list when you got value from firebase.
You are overwritting data in global variable.

1 Like

I do not know what are your variables about but I am sure you are only adding one listview item.

Thanks all,

I found the issue, i just puted in for each item in list get name: blocks (3) Now list view show all results.

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