-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation issue in Authentication with SSR #3585
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
Angular no longer includes that injection token by default, you need to add it to your server.ts manually. I'll work on documentation here |
Still need to document, so I'll keep this issue open but I've added SSR authentication in the new ng19 based sample application in the root of this repo.
|
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?
The text was updated successfully, but these errors were encountered: