Community Member
ย ยทย Founder at Planepicerie

Firebase group by date + infinite scroll

Database & APIs

Hey fellow Flutterlowers,

Im not used tp using Firebase and im wondering how can I group my documents by created_at like on this picture. Currently my expenses are stored as a sub collection of users. The thing is, I need to use infinite scroll so I use the query directly on the list view.

It looks easy but I can't figure it out. Thank you https://files-us-east-1.t-cdn.net/files/z4JxPdYLK1l7UAw2NAIRD

!

What have you tried so far?

Filtering by unique date and the putting another query inside and filtering by that date. It works but not with the infinite scroll

Did you check FlutterFlow's Documentation for this topic?
Yes
4