Firebase list got value

How can I print data as a list?
Can you help me?

It is a list already right? Just get the value in each tag. If you want the seperate lists to be appended to each other just get the tag value for each of the ‘item1,2,3’ and add them to a list.

Did you search in community? There are plenty of suggestions are there

Ref here, if not

1 Like

I want to print like this.

I want to print to label not listview

after getting list value use dynamic componet extension to print like that…

Dynamic component in VSA , component I is label and II is Thick line using any one arrangement

1 Like

how to block

A simple approach with listview and using web component to retrieve data from firebase
list_firebase.aia (3.9 KB)

1 Like

Thank you so much. grateful

But how do we write without using simple listwiev data is constantly updated

1 Like

Database changes when you hit the button ? If yes just add those blocks and list view will update once button clicked

1 Like

So how to write a value to text for label with firebase block?

Do you want to show specific value from firebase to a label ? I feel that you do not know how to work with firebase so have a look at below posts or search community for examples, there are plenty. Also if problem solved for specific topic mark solution

If you want it in one label just use < br > (without spaces) to create a new line for each item and set the html format to true

1 Like

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