Firebase sequencing issue

Please someone help me at the earliest. I want the same order in my list view when I call all tags from firebase database…
Screenshot 2022-05-22 at 12.51.46 AM

When you add new tags in firebase it is sorted out in ascending order. (Only in firebase database)

But when you call tag list then it is not sorted out. So you have to sort data according to your needs either with blocks or with an extension

1 Like

If possible try using web component method(unless you use authentication)

Set web1 url to https://yourProjectId.firebase.firebaseio.com/transaction/.json
Call web1.get

1 Like

I got solution just by setting date format to yyyy mm dd hh MM ss and sorting it in ascending order. Thanks for the suggestions.

Hey there, this isn’t working next day… it works only for the current day for transaction of next day it is showing after previous day trasactions.