Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alialiayman/react-firebase
NoSQL: Full react app. Store, retrieve, and edit customer data on the firebase free 1GB tier. The app integrates with firebase identity nicely. multiuser, very performant. ❤️️❤️️
https://github.com/alialiayman/react-firebase
firebase material-ui react styled-components
Last synced: about 2 hours ago
JSON representation
NoSQL: Full react app. Store, retrieve, and edit customer data on the firebase free 1GB tier. The app integrates with firebase identity nicely. multiuser, very performant. ❤️️❤️️
- Host: GitHub
- URL: https://github.com/alialiayman/react-firebase
- Owner: alialiayman
- Created: 2020-04-06T01:03:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T03:04:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-29T21:33:03.766Z (3 months ago)
- Topics: firebase, material-ui, react, styled-components
- Language: JavaScript
- Homepage:
- Size: 3.79 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This GitHub repository showcases my knowledge and expertise in using React, Firebase, and other related technologies to build powerful web applications. The project uses the latest version of React, along with the Redux Toolkit for managing the state of the application. Material UI is used for creating beautiful and responsive user interfaces, while Firebase provides the backend infrastructure for data storage, authentication, and other features. The project also includes integration with React Router for client-side routing and analytics tools, allowing for detailed tracking and reporting of user behavior. Additionally, the project demonstrates my ability to deploy to multiple sites, as well as to preview channels in pull requests. The project also uses Videojs, Calendly, and Mux for providing advanced multimedia and scheduling functionality. Overall, this repository serves as a comprehensive demonstration of my skills in React and Firebase development.
## Deployment links
--links here--
## Getting started
Clone the repo, sign up for firebase and replace the firebase credentials in ....
npm i
npm start## References
### Routing
```
https://medium.com/@thanhbinh.tran93/private-route-public-route-and-restricted-route-with-react-router-d50b27c15f5e
```## Firebase
# Security Rules
```
https://firebase.google.com/docs/database/security/```