We need to change the location for all of our cloud functions from 'us-central1'
to ('us-central1', 'europe-west1')
We can go through every function manually and add .region('us-central1', 'europe-west1')
but I wondered if there is a possibility to set the region globally to multiple regions for all cloud functions at once.