Adding Firebase authentication to a Next.js app
Introduction In this tutorial, we’ll learn how to add Firebase authentication to a Next.js app. We’ll use Firebase’s authentication service to create a login page with Google authentication. Prerequisites pnpm installed globally The first thing is to create a Next.js app. I’m going to create one app using the following command. pnpm create next-app Adding …