This is a sample React application (bootstrapped with create-react-app) with Firebase authentication. There are three authentication methods implemented: email and password
, google
and facebook
.
- Login with Email and Password
- Login with Facebook
- Login with Google
- Update profile
- Logout
-
git clone https://github.com/CaioQuirinoMedeiros/Firebase-Authentication.git
-
cd Firebase-Authentication
-
yarn install
-
yarn start