/react-and-firebase

Perfil settings with ReactJS & Firebase.

Primary LanguageJavaScript

Authenticator with Firebase (+ firestore & firestorage)

This project is based on Hubert's Ryan Authentication With ReactJS project. A special thanks to him. (:

Images

Fundamentals

  • authentication with firebase;
  • save data with firestore;
  • upload with firestorage.

Libraries

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

Start server

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

  npm install
  npm run start