React JS Firebase Authentication REACT ROUTER Material UI - Part 1: Password Authentication

Опубликовано: 28 Март 2026
на канале: AlgoAcademy
886
12

In this video we create a new account by passing the new user's email address and password to createUserWithEmailAndPassword, when a user signs in to your app, pass the user's email address and password to signInWithEmailAndPassword to log in

Part 2 :    • React JS Firebase Authentication REACT ROU...  

Firebase Authentication docummentation : https://firebase.google.com/docs/auth

Commands :

1- npm install @mui/material
2- npm install @mui/material @emotion/react @emotion/styled
3- npm install @mui/material @mui/styled-engine-sc styled-components
4- npm i react-router-dom
5- npm install firebase
6- npm install firebaseui --save

GitHub code: https://github.com/soukainabenchekrou...