Hi guys, Using Typesense with Firestore, how can I...
# community-help
l
Hi guys, Using Typesense with Firestore, how can I handle Firestore Geocode type in the Tyepesense Collection?
j
@Loïc You'd have to store the geo field as
field: [lat, long]
in Firestore
l
How do you store it in TypeSense to be able to search with a radius from the GeoCode location?
j
You want to use the geopoint data type
l
Perfect! Thank you
👍 1