Im building a taxi app for my business and i have run into a problem
im not using Googles API for location services just yet, its rather manual input
heres my problem:
- i have 3 collections (users, bookings & screen refresh)
i want to be able to sort my bookings list by Online Status time by Oldest to newest
the online status time is located in USER collection and i want it to be sortable in my bookings list
is there any way to link these 2 things together?