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
I had this problem with some of my Firebase functions but not others. I eventually fixed it by doing this:
Without any changes to the function itself, it now runs without any CORS issues.