hey guys, I’m trying to download a list of users and add it to a second screen in listview but I’m lost day and night. Please just point out where I’m making a mistake and I’ll figure out the rest!
hey guys, I’m trying to download a list of users and add it to a second screen in listview but I’m lost day and night. Please just point out where I’m making a mistake and I’ll figure out the rest!
Hi marrkke,
In Screen1, you log in with a user account and pass the userID
to Screen2, where you retrieve the user’s name. Then, when Firebase_Database1.GotValue
is triggered, you set List_View1.Elements
to that name.
With the current method, you’re only downloading a single user. Could you clarify your goal a bit more?