Angularfire Authentication guide shows how to support Auth context in server-side rendering. In the code sample, this line doesn't compile:
const request = inject(REQUEST, { optional: true });
Because the compiler Cannot find name 'REQUEST'.
What's the correct import to add?
Angularfire Authentication guide shows how to support Auth context in server-side rendering. In the code sample, this line doesn't compile:
Because the compiler Cannot find name 'REQUEST'.
What's the correct import to add?