I am currently using mongoDB locally for an application that uses GeoJson and I am considering switching to firestore. However, I do not seem to find information on its support for GeoSearches. Is it supported in firestore?
UPDATE: For python
I am currently using mongoDB locally for an application that uses GeoJson and I am considering switching to firestore. However, I do not seem to find information on its support for GeoSearches. Is it supported in firestore?
UPDATE: For python
Support for geoqueries is currently not natively built into Firestore, but there's a documented workaround here.
There are also many third-party libraries for various platforms implementing the same approach, so I'd recommend searching for one for Python.
Also see: