Details
Overview
This integration helps developers use Google Cloud Platform services in their Vercel projects. This enables developers to leverage the flexibility and range of GCP's products while enjoying Vercel's core webhosting capabilities.
As developers using Vercel, we've always come across the need to add credentials to enable Vercel-hosted apps to talk to GCP. This is not a trivial process, since GCP works with JSON file credentials rather than simple environment variables. That's why we've built this integration to help you connect Vercel to GCP with just a few clicks.
Instructions
You'll need to have a Google Cloud Platform (GCP) project and a service account credentials JSON file. If you do not have a service account key file, you can create one here.
The integration will automatically configure the following environment variables: GCP_PROJECT_ID
, GCP_SERVICE_ACCOUNT_EMAIL
, GCP_PRIVATE_KEY