NextJs Firebase v9 Part 14: Add a Login Page

Create a sign in with Google page with Material UI

Ckmobile

--

In this article, we are going to create a sign in page.

Watch video series and source code

Under the components folder, we create Login.js

Inside the Login.js, we import the Button, Grid and GoogleIcon from the material UI.

--

--