Cloud Functions for Firebase: 'Error: could not handle the request'

前端 未结 5 1130
慢半拍i
慢半拍i 2020-12-18 18:40

I feel like pulling my hair out; this is either super simple and i\'m having brain freeze or it is not that simple.

What I want

I am trying to unshorten a

5条回答
  •  死守一世寂寞
    2020-12-18 19:30

    You should try this in the firebase.json, its worked for me:

    "source": "/**",
    

    I also tried "source": "/url/**" but its not worked.

提交回复
热议问题