I want to find the closest point to other multiple points (a point is represented as a 2-element array of [Latitude, Longitude]) from Firebase Realtime Database.
Imagine a food ordering app which includes multiple restaurants and multiple delivery persons of course, I want to find the delivery person who can deliver the food from multiple restaurants in multiple locations to the user.
Is this possible with GeoFire & Realtime Database or Firestore & GeoFirestore?