Best Practice for Using Google Places API in a Swift Mobile App with .NET Backend
I’m want to develop a mobile app using Swift, with a backend built in .NET. The theme of my app is travel, and I aim to provide users with suggested itineraries for various destinations, along with other related features.
To achieve this, I plan to use a public API, such as the Google Places API, to retrieve information about tourist attractions.
I’m seeking advice on the best practice for integrating the Google Places API. Should the API calls be handled in the backend (.NET) or directly in the frontend (Swift)?