How do i resolve CORS error and allow all with firebase genkit cloud functions
I deployed my firebase genkit flow to google cloud function. I have set httpOptions: {cors: true} as well as cors: ‘*’ and even listed out all the allowable sites but I am still running into CORS error when triggering my function.