Angular Firebase functions crash with SSR in Angular 18
When I add import { AngularFireFunctions } from '@angular/fire/compat/functions';
to a component, the second that component loads, the entire frontend crashes fatally with the following error. I remove that import and everything goes back to working smoothly.