Unable to change location for firebase pubsub trigger

后端 未结 2 1751
终归单人心
终归单人心 2021-01-25 13:27

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         


        
相关标签:
2条回答
  • 2021-01-25 14:22

    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.

    0 讨论(0)
  • 2021-01-25 14:22

    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)

    0 讨论(0)
提交回复
热议问题