Can you fix my block please?

Here is a quick example:

Designer for Firebase Component
image

Firebase Console Data
image

Blocks

Screen (showing output of listview to labels)

image

thanks for your response but that isnt my request, let me show you
its a cart for the customer

the number above is being saved by the tinydb
and you can see the list view elements below is showing all customers data from the firebase
all i want is to make the only list view elements related to that number above
so the first selection should be appeared but the second one shouldnt be appeared as its a different number
its related to the firebase get list from the listview emelents to hide all elements than that having the number
did you get me?

No, and no-one has so far !

What I provided was an example, hopefully you can do what you want to do using the example as a base / reference.

ok never mind i will use cloud db for the cart then

Not sure if that will make any difference to your current confusion ?

For a production app, you should really setup your own redis server...

can you fix my block please?
am trying ti filter the listview elements to show the data only having a number
the number is already showing on the page through the tinydb and there are a similar number inside the listview tag


How can i make an add btn and delete for the listview elements from firebase
i just wanna who select can join and increase the number inside the tag with adding his name and number under the tag
image

something like to book the selection travel with the poeple who applied

Your questions are all based on the same project, please do not create new topics.

You are making your firebase structure, and consequently your app blocks more complex with the way you are building your data on firebase. Sort out your structure, one tag - one value. It may be that you need to also denormalise some of your data for easy access.

https://firebase.google.com/docs/database/ios/structure-data

i cant make a tag like her made above with the name only as i wanna make a unique tag for all users
i posted different posts but you didnt get me the first one is for retreiving specific data like that

and here is my tag

the tag will be shown by all users to join so it needs to have many items inside like my tag

the second request you just deleted is another request than that
i wanna add the join and cancel btns like the screenshot below


but from the listview elements from firebase not tinydb as he did in the last screenshot