Open utterances-bot opened 2 years ago
Perform geospatial queries in Firestore based on a radius and visualize realtime updates with Angular Google Maps
https://fireship.io/lessons/geolocation-query-in-firestore-realtime/
this.geo.query('stores').within(center, r, field, { log: true }) how can we write a limit record to this query.
Realtime GeoQueries with Firestore
Perform geospatial queries in Firestore based on a radius and visualize realtime updates with Angular Google Maps
https://fireship.io/lessons/geolocation-query-in-firestore-realtime/