CORS chaos, or to CORS or not to CORS
Mar 22, 2023 · 2 min read · Adding a rewrite to firebase.json allows you to call your endpoint on the same domain. But how do you get that working locally during development?Turns out the way to add a similar rewrite when developing involves webpack and proxy.conf.json. Anyone...
Join discussion