fireship-io / next-firebase-course

Next.js + Firebase - The Full Course
next-firebase-course-git-main.fireship.vercel.app
477 stars 218 forks source link

Using Netlify as a host #7

Closed IshanKBG closed 3 years ago

IshanKBG commented 3 years ago

Can I deploy the website using Firebase and NextJS to Netlify like Jeff did for Vercel. I really don't want to use Vercel or Firebase's hosting.

okyanusoz commented 3 years ago

Yes, see https://www.netlify.com/with/nextjs/.

Though I still recommend you use Vercel, which is free for non-commercial projects.

Hope this helps!