How can I get all the data from a different date and time tags…and these are my code blocks…
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!
How can I get all the data from a different date and time tags…and these are my code blocks…
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 :
Happy2Help
TechnicalZone
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…
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
i will try this one… thanks a lot!
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.