How to display all data from date and time tags (firebase)

How can I get all the data from a different date and time tags…and these are my code blocks…

firedataaa

kodular post codeblock for storing data

Now I can only get the data from project bucket UserLogs/11/16 and I want to get data of all of them from different day…

thanks in advance!

HI,
You should try this :
image

Happy2Help :slight_smile:
TechnicalZone

1 Like

I already did that but it only displays tags from the date tag but it doesn’t display on the list properly like those pics I posted… but thanks for that I appreciate it a lot

You mean just tags are loading and not values… For that use a loop function to get all values from all the listed tags and then display…

1 Like

You are getting only data from 16/11 beacuse you set bucket to

With the structure of your firebase I believe it would be easier if you have no authentication rules to use Web component. Set Web1.Url to https:// < PROJECTID > .firebaseio.com/.json and then when Web1.GotText get responce content in json format. Afterwards you can use dictionary blocks and create lists according to your needs, see

3 Likes

i will try this one… thanks a lot!

1 Like

I need to count number of days between two days, but need to eliminate Sunday, Saturday and some holidays .

This holidays are stored in firebase
Please help.