The first thing we need to do is to create a GCP project and retrieve the application credentials:
- First, we'll log into https://console.cloud.google.com/. Once logged in, we can hit the project selector dropdown at the top of the page:
- We can then create a new project for our particular application at the top right of the screen, as shown in the following screenshot:
- We can then visit the service account key page at https://console.cloud.google.com/apis/credentials/serviceaccountkey, which will let us ...