Dynamically Show records grouped in a column by scheduled day

Hello everything is fine?

I have the following scenario, and I need help!

I have a "service" collection in my firebase, and each service has a schedule to be performed at a certain date and time.

I need to show these services, so that in each column, I only show services from a certain day, for example:

Let's assume that you have the following services registered in the database:

- "Title Service 1": January 5th, 14:00

- "Title Service 2": January 10, 08:00

- "Title Service 3": January 10, 15:30

- "Title Service 4": February 21, 17:45

Based on this data entered into Firebase, I need to show a list, where each column shows a grouping for the same day, something like the drawing below:

In short, it's like a Google Calendar, but the days that have no activity will not be shown..

https://files-us-east-1.t-cdn.net/files/BFc17AzxFEbhht4jxxumg .

3