How can I print data as a list?
Can you help me?
Saezy
(Farhad Stanekzay)
September 30, 2021, 2:17pm
2
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
The problem is your tag length is less than 1 so it doesnot i tried like this
[image]
[image]
and got the result like this
[Screenshot_2021-09-28-12-37-16-83]
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
dora_paz
(Dora)
September 30, 2021, 3:59pm
7
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
dora_paz
(Dora)
September 30, 2021, 4:20pm
9
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?
dora_paz
(Dora)
September 30, 2021, 5:12pm
11
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
Hi, Koders!
I observed that there were many queries on Firebase Database even me ! but eventually after trials and errors, I solved the problem I had posted a solution to a Koder who had the same issue but I thought to make a more comprehensive guide on Firebase for begginers.
So lets get started!
Lets understand the blocks
The below warning is because there is no blocks associated with it.
[Firebase Database Data Changed]
This is an event triggered when the data changes in firebase, for ex…
There’s something wrong with firebase that doesn’t allow me to get all the tags if there are only numbers inside.
If I have the structure like this, only with numbers:
[Anotación 2020-03-28 204724]
It doesn’t let me get anything from inside “alunos”
But if I add a tag with any value below the numbers, then I get all the values.
So I add a “counter” tag with any value (1, for example):
[Anotación 2020-03-28 215452]
[Anotación 2020-03-28 215533]
[Anotación 2020-03-28 204618]
When I get al…
Saezy
(Farhad Stanekzay)
September 30, 2021, 6:17pm
12
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
system
(system)
Closed
May 12, 2022, 7:05pm
13
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.