Firebase Callable Function Emulator configuration not working
I'm adding callable functions to an existing Angular/Firebase project. I've used what I believe to be the current configuration standards, but the project is still calling the production endpoints, leading to a cors exception. configuration: @NgModule({ declarations: [ AppComponent, routingComponents,…