/

Next.js Authentication

A simple Next.js app that uses Firebase to allow users to log in and view their private profile page.


Overview

As preparation for building more sophisticated web applications with Next.js I wanted to familiarize myself with authorization. This very simple app allows users to log into their account with Google.

Technologies

This project uses the following technologies:

  • Next.js: This React framework optimizes server-side rendering and static website generation.
  • Firebase: Authentication is one of many backend services that Google's Firebase has available.