Hey there makers 👋🏼.
I am about to start a new SaaS project with subscriptions, users, etc.
My stack is going to be;
I'd love to see if anyone has gotten a great starter kit to handle the FE part with Next.js and Firebase Auth.
I tried https://github.com/colinhacks/next-firebase-ssr a while back but I found it a bit flaky (sometimes the token was expired when refreshing the page, kicking the user back to the login screen).
Anyone got a good lead I can chase?
Use https://blitzjs.com/ for Next.js with Auth & Postgres support. It will save ton of time for sure. Although it does not support firebase, you can use this awesome hook. Using just one page, Firebase Auth can be handled easily. https://usehooks.com/useAuth/
Hey man! It looks fantastic–but I feel like there's way too much stuff happening there that I am not on top of. I have actually decided to start creating a boilerplate to handle the basics I need.
I'll share the tutorials once it's ready on my Medium publication.