I create an admin app

I create an admin app, but this system i dont know, how to show all value without tag (tag is user mobile number) ,

however you need tags to show there values because how will the program know which values to choose
?

1 Like

Set project bucket to ORDERS and get firebase1 tag list

Once tag list obtain , it will come as a list

By using for each items to the list block
1.Set project bucket to get item
2. Set firebase get tag list(again with another firebase2 component)

Initialise one global variable with create empty list

Now in firebase 2. Got tag list
Add items to the list (that global variable)
Item (get value)

Now this variable will bears all the tags

2 Likes

Thanks my friend

1 Like

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