Search Google API City, State, Country

Hi,

I'm creating something like meetup.com. When an host is creating an event with an address (e.g. 1 Queen St, Orlando, California, USA), I want to store the City, State and Country to my Supabase DB. And then, I want a guest to search the City, State and in my embedded Google Places API (note: not my DB, but Google Places API). If an only if the 2 returning results from Google Places API and my Supabase DB match, then the event in my DB will be shown/returned.

I don't know the above is achievable, do you have any better way of doing this? After a host has created an event with an address, should I just let a guest to search the city, state and country in my database instead of search the Google Places API?

1
1 reply