nextjs-firebase-authentication
nextjs-firebase-authentication copied to clipboard
no static page optimisation
Hi, if I am not mistaken, I think all the pages are server side rendered, am I right? Even for the pages that don't need auth like Sign In page.
That's right. Can we do anything for static site generation here? :)
Was that an invitation? 😂. I've been trying to think how to add SSG to this template but, I don't know how should I handle the cookies using the context API