Unable to change location for firebase pubsub trigger

后端 未结 2 1752
终归单人心
终归单人心 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.

提交回复
热议问题