Hi! I’d like to display an object with multiple variables i.e. (Name, Age, Birthday) in a repeating list. The data will come from a document in Firebase.
one way to do it, is to
first create a container with whatever you want inside
then use the repeat formula to repeat the container based on your list
and then bind each field with the currently repeated item that you want
Then you can use the filter formula in the repeat to show only the one object you want