-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Documentation issue in Authentication with SSR #3585
Copy link
Copy link
Closed
Labels
comp: authAuthentication (src/auth).Authentication (src/auth).comp: docsDocumentation.Documentation.comp: ssrServer-side rendering, hydration, @angular/ssr interop.Server-side rendering, hydration, @angular/ssr interop.type: bugDefect: expected behavior doesn't happen.Defect: expected behavior doesn't happen.
Description
Activity
Metadata
Metadata
Assignees
Labels
comp: authAuthentication (src/auth).Authentication (src/auth).comp: docsDocumentation.Documentation.comp: ssrServer-side rendering, hydration, @angular/ssr interop.Server-side rendering, hydration, @angular/ssr interop.type: bugDefect: expected behavior doesn't happen.Defect: expected behavior doesn't happen.
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?