HI everyone,
I imported a JSON File to Algolia, it contains 39,194 records, with geopoints, postalcodes and cities of French Cities.
i want to use it in order for the user of the app to be able to select a city, and a list of a postal codes and cities is created, the user chooses one, then a geopoint associated with each one, being the center of the center is automatically added a 15km radius. Which can be changed through a slider.
I've succeeded to display and to add the selection of the city using railway and n8n, but could not figure out how to add the geopoints to each item.
And I've seen that Algolia could handle geopoints and geolocation pretty well, but once my JSON file is imported, all the setup is made, I can't figure out how to use the collection displayed in Algolia,
Should I import every records to Firebase ? And how can I do that ?
How can I add a "hidden geopoint location behind every api call item" ? I don't know how to express it in proper database/api call language.
Thanks in advance !