Firebase – Query Geohashes in firestore in JavaScript modular syntax
While going through Firebase's documentation for geohashing, Im using modular SDK, and I tried converting the namespace code, but I was encountering a TypeError that q.get is not a function // Find cities within Dkm of [lat, lng] const center…