Firebase Callable Function + CORS

后端 未结 9 1242
Happy的楠姐
Happy的楠姐 2020-12-15 04:52

I\'m trying to call a callable Cloud Function from my app, but I\'m facing CORS issues.

I can\'t enable Cors since I don\'t have access to the request and response

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 05:30

    1. Errors should be as given in https://firebase.google.com/docs/reference/functions/functions.https.HttpsError
    2. I deployed callable function after changed function name and it's working.

提交回复
热议问题