Hello
I am on Blaze Plan, I use CORS for Images as "Deploy with Firebase", but when I want to generate picture(Dall-e) the browser still blocks image from showing. I also made shell configuration.
If I use the Flutterflow API call, it generates an image but it is not displayed due to CORS
When I use Cloud function(firebase) to generate picture it also says CORS and not generate picture.
Everything works fine when I turn off CanvasKit, but then app becomes laggy.
My question is:
a) Is there solution for this problem?(Please don't tell me about chrome extension).
b) What for is "deploy with Firebase" if it's not working?
c) Is there solution to solve lag on app without CanvasKit?
Regards!