Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


React

 

Firebase Auth


Github top language

Github language count

Repository size

Github stars


## :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: Technologies

The 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
```

 

Back to top