1 min readFeb 8, 2019
Thanks Timothy. For testing in a dev environment, set the GOOGLE_APPLICATION_CREDENTIALS
environment variable to point to a service account JSON file and init the SDK with just admin.initializeApp()
. When the code is ready, you can deploy it as is on GCP (minus the service account JSON file of course).