@beamnawapat/react-firebase-auth-demo
v1.1.0
Published
This is a simple demo of a login form using React.
Downloads
3
Readme
Form Login with React Demo
This is a simple demo of a login form using React.
How to run
- Clone the repository
- Run
npm install
- Config
src/config.js
with your Firebase project details and.firebaserc
with your project name - Run
npm start