Select list item: Attempt to get item number 1 of a list of length 0: ()

@bogelin347 I tried all of your methods but none of them worked for me.

Image of Blocks for second method

What error does it gives you exactly?
Did you tried using the “Do it” button to see if the firebase got its value.

You can also use a notifier message to display the value you got from firebase.

Also, if one of the value you got is empty, the rest does get triggered.

@bogelin347

Same Error’s but with more lines as I go on adding items

Does all the list have exactly 3 items? Because it looks like the variable “CN” has 3 items but “CI” only have 2 links in it.

If possible, what about starting the firebase over and recreate the values using your app.

All three list have the same length

Well, I’m out of idea.

I think this is a bug I’m also facing the same problem,I have stored two list in firebase and when call them and when got the value and fetch it to the listview and everything works fine but shows the error for no reason.