Deploy Next.js to Firebase Hosting

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

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.
surveyjs.io
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • firebase-tools

    The Firebase Command Line Tools

  • Middleware and image optimization should be functional now, if you see any problems please file a bug on firebase/firebase-tools

  • next-auth

    Authentication for the Web.

  • Note: There's a super weird bug(?) when using NextAuth on Firebase Hosting. Firebase doesn't allow multiple session keys due to it stripping all cookies besides __session. To keep a persistent session, you have to rename your session cookie so that Firebase can persist it, but you only have 4096 bytes to fit your session in it.

  • 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.

    SurveyJS logo
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

  • Streamlining Role-Based Access Control in Next.js with Descope and Auth.js: A Step-by-Step Guide

    2 projects | dev.to | 3 Feb 2024
  • Nextauth.js: Use <SessionProvider /> in Next.js "app" directory

    2 projects | news.ycombinator.com | 28 Jan 2024
  • NextAuth with AWS Cognito Email & Google Sign in

    2 projects | dev.to | 26 Jan 2024
  • Setting up Next.js with NextAuth, Prisma and "Credentials" Auth Provider

    1 project | dev.to | 25 Dec 2023
  • How to implement Reddit OAuth in my React app

    4 projects | /r/reactjs | 4 Dec 2023