Nextjs with Firebase

This page summarizes the projects mentioned and recommended in the original post on /r/nextjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • next-firebase-auth

    Simple Firebase authentication for all Next.js rendering strategies

    In the SSR case, if all you want is firestore, then the admin SDK is perfect for this and easy enough to use from the server-side. If you want authentication also, that adds some moving pieces and I would probably at next-firebase-auth (which works with firebase authentication) or next-auth (which can use firestore for it's database, but handles authentication itself) to take care of the heavy lifting of SSR authentication.

  • next-auth

    Authentication for the Web.

    In the SSR case, if all you want is firestore, then the admin SDK is perfect for this and easy enough to use from the server-side. If you want authentication also, that adds some moving pieces and I would probably at next-firebase-auth (which works with firebase authentication) or next-auth (which can use firestore for it's database, but handles authentication itself) to take care of the heavy lifting of SSR authentication.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts