Starter Next.js App With Firebase Auth | Next.js 13 + React 18 + Firebase v9 + Jotail
This repo provides a starter template for initializing a Next.js application with a fully functional authentication system using Firebase v9. The template is built using TypeScript, React, and Jotai, and offers features such as sign-up/sign-in with email/password, sign-in with Google, password reset, and user management in Firestore. While the repo is ready to be cloned or forked for immediate use, the author also mentions that they are working on a comprehensive guide to set up and manage authentication in a Next.js + React application with Firebase and Jotai.
To install the Next.js app with Firebase Auth, follow these steps:
.env.example file to .env.local and setting the values accordingly.This repo provides a starter template for setting up a Next.js application with Firebase authentication. It offers various features, such as email/password sign-up/sign-in, Google sign-in, magic link sign-in, password reset, and user management in Firestore. The template also utilizes Jotai for state management. By following the provided installation guide, users can quickly set up and customize the authentication system for their Next.js projects.