Is there a way of defining which region to use when deploying a function to firebase using either the firebase.json
or the .firebaserc
files? The documentation around this doesn't seem to be clear.
Deploying the firebase functions using GitHub Actions and want to avoid adding the region in the code itself if possible.
Suggestions?