/reactjs-CRUD-v1

Authentication with Firebase + CRUD with Firestore. (v1)

Primary LanguageJavaScript

CRUD - ReactJS & Firebase

Fundamentals

  • sign in and sign up using firebase authenticator;
  • crud using firestore;
  • react js to render api.

Libraries

firebase (@8.3.2) & react-router-dom.

Paths

  • /home (both login and main page)
  • /home/add (add book)
  • /register (register)

Start server

Set up your firebase config ("./src/config/firebaseConfig.js") and execute:

  npm install
  npm run start