Hey all,
I tried setting up web authentication for firebase with the extension built by Moralis. I followed the tutorial here (https://www.youtube.com/watch?v=2HLxYYmZp94) and also in the docs, but I keep getting a CORS error. Metamask pops up as expected but console spits this out:
Access to fetch at ‘https://us-central1-newtest-7dd4f.cloudfunctions.net/ext-moralis-auth-requestMessage’ from origin ‘https://newtest-7dd4f.web.app’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.
How do I get past this?