Stand-With-Crypto / swc-web

Stand With Crypto's codebase, open sourced for community collaboration. If you care about crypto, it's time to prove it.
https://www.standwithcrypto.org/
Apache License 2.0
19 stars 3 forks source link

Migrate to places (new) google API #675

Open travisbloom-cb opened 5 months ago

travisbloom-cb commented 5 months ago

our billing for google places is higher than it should be. I believe this is because we're using an older version of the places API, we aren't being explicit about what metadata gets returned by google, and we might not be including a session token.

All our API request to google are going to their legacy Places API and not the places new API. We need to change all the places we use google APIs and audit how we're fetching to ensure we're being price efficient.

benson-budiman-cb commented 5 months ago

Open questions for myself: