Firebase Order History With Dynamic Components

this is where my orders as per users are stored.
i want to show order history using dynamic components, in screenshot user has two placed orders how can i show them in using dynamic components.?
suppose order id - FCWSO4908 has two items then how to show two items in one order id card
and other order id with n number of items.

Simple, use project bucket as the user id and get the value of order tag( it will gives you as a list)

From the above list use the block select list item list and get what are the values you want to show use that much

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