202306-NEA-DZ-FEW / firebase-next-activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This project is designed to help you learn how to use Firebase with Next.js. The project already has a frontend with router paths to home, login, signup, and profile. You will need to connect authentication and create users, then give them the ability to add todos and show the todos of that user.

By the end of this project, you should have a solid understanding of how to use Firebase with Next.js and how to create a basic todo application with authentication.

Instructions

To complete this project, follow these steps:

  1. Set up a Firebase account and create a new project.
  2. Set up Firebase Authentication with email and password authentication enabled.
  3. Connect the sign-up and login forms to Firebase Authentication.
  4. Set up Firestore for data storage.
  5. Connect the add todo form to Firestore.
  6. Connect the display-todos component to Firestore to show only the todos of the current user.
  7. The profile page should only show the users email for the time being. You can build up on this later on.
  8. There should be a logout button enables the user to logout, the Navbar is a great place to put that.

Resources

Here are some resources that may be helpful in completing this project:

About


Languages

Language:JavaScript 99.6%Language:CSS 0.4%