Reactjs – CORS issue accessing firebase cloud functions from react website hosted on firebase hosting
I am working on a React project, I had made my frontend in react.js and hosted it on firebase. I wanted to use firebase cloud functions for backend. Butt the issue is, I keep getting CORS error. This is the…