Replies: 1 comment 5 replies
-
I'm not sure I understand. If you're using In the case of getting static props or generating static pages, how are you thinking about using user authentication? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I'm using Firebase authentication with a session cookie in my NextJS app. The caveat of my app is that I use getInitialProps in my _app.js file so I can use static optimization.
How can I use this package with SSG? Can I do this? I see that I can use getServerSideProps but it is SSR not SSG
Beta Was this translation helpful? Give feedback.
All reactions