GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

In scripts/firebase-config-setup.sh, automatically fetch the API key #28

Open josueetcom opened 4 years ago

josueetcom commented 4 years ago

This commit removed the use of gcloud alpha services api-keys list as it doesn't seem to be generally available to work on Cloud Shell.

It'd be nice to add this back once that command is generally accessible.