gcloud run deploy "TARGET" --source . --region "REGION" --project "PROJECT_NAME" --allow-unauthenticated --clear-base-image
gcloud run services replace config.yaml --region="REGION" --project="PROJECT_NAME"
gcloud storage buckets add-iam-policy-binding "YOUR_FIREBASE_STORAGE"
--member="allUsers"
--role="roles/storage.objectViewer"