DEV Community

Discussion on: ▲🔥 Getting started with Next.js, ZEIT Now, and Firebase

Collapse
 
hajola profile image
Joosep • Edited

Thanks for the tutorial.

Made an example of how to use firebase auth with nextjs, based on the with-iron-session. Instead of getinitialprops that the example up uses, this uses getServerSideProps. Hopefully it's a bit easier to understand for a beginner. The setup described in the article still applies for the most part. github.com/hajola/nextjs-firebase-...