How to Safely use Google Application Credentials on Heroku
Problem
If you have deployed an app on heroku, you know that the only way to get any files there is via git.
Normally this is fine, but Google API expects an environment variable GOOGLE_APPLICATION_CREDENTIALS that points to a json file.
If you googl...
mandarvaze.hashnode.dev2 min read
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
Very nice, love to see people write about these kind of things!