I have an App Engine app in asia-northeast1, but i could not specify the region for pubsub trigger.
This works:
functions.region(\"asia-northeast1\").htt
This is a known bug in the Firebase CLI version 7.1.0. Downgrade to a prior version for now (7.0.2). This will be fixed.
When you encounter unexpected problems with the Firebase CLI, you should contact Firebase support directly, and also consider filing a bug report in GitHub.
Same issue here: I've resolved setting Google Cloud Platform (GCP) resource location
in Firebase Project settings, which was undefined, to eur3 (europe-west)
(my AppEngine resources are in europe-west1
)