We are storing too much data from the Google Places API. We should only store enough data to display the place name, retrieve the place_id, and to pre-populate the autocomplete control. We don't need to store hours, photos, reviews, etc. See if we can trim it up.
We are storing too much data from the Google Places API. We should only store enough data to display the place name, retrieve the place_id, and to pre-populate the autocomplete control. We don't need to store hours, photos, reviews, etc. See if we can trim it up.