Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/firebase_authentication
This React app with Firebase auth (email/password or Google SSO) features data visualization tools (pie charts, doughnut charts, infinite tables) and boasts reusable components for seamless integration into other projects.
https://github.com/kishan2029/firebase_authentication
firebase-auth reactjs
Last synced: 4 days ago
JSON representation
This React app with Firebase auth (email/password or Google SSO) features data visualization tools (pie charts, doughnut charts, infinite tables) and boasts reusable components for seamless integration into other projects.
- Host: GitHub
- URL: https://github.com/kishan2029/firebase_authentication
- Owner: Kishan2029
- Created: 2023-06-26T18:45:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T18:18:32.000Z (9 months ago)
- Last Synced: 2024-02-26T19:33:52.617Z (9 months ago)
- Topics: firebase-auth, reactjs
- Language: JavaScript
- Homepage: https://firebase-auth-app01.netlify.app/
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Firebase Auth
## :dart: About
This React app with Firebase auth (email/password or Google SSO) features data visualization tools (pie charts, doughnut charts, infinite tables) and boasts reusable components for seamless integration into other projects.
## :rocket: TechnologiesThe following tools were used in this project:
- React.js
- Firebase
- Chart.js
- react-table
## Deploy Link
https://firebase-auth-app01.netlify.app/## :checkered_flag: Starting
```bash
# Run Project
$ npm i # Install dependencies
$ npm run start# The server will initialize in the
```