Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytakkar/fun-with-firebase
Some projects created with Firebase for fun.
https://github.com/ytakkar/fun-with-firebase
firebase
Last synced: 21 days ago
JSON representation
Some projects created with Firebase for fun.
- Host: GitHub
- URL: https://github.com/ytakkar/fun-with-firebase
- Owner: yTakkar
- Created: 2019-03-22T18:37:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T07:49:59.000Z (almost 3 years ago)
- Last Synced: 2024-02-22T04:36:14.538Z (9 months ago)
- Topics: firebase
- Language: JavaScript
- Homepage:
- Size: 9.78 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fun-With-Firebase
This repo showcases some projects created keeping Firebase in mind as a replacement for a backend server.
### Album-App
- Upload files with a progressbar and view all your uploaded files in realtime.
- Uses `Storage` and `Firestore`
- [View project](https://github.com/yTakkar/fun-with-firebase/tree/master/Album-App)
- [Demo](https://firebase-album-app.surge.sh)### Proverbs-App
- `Add`, `Update`, `Delete`, `View` and `List` proverbs.
- [View project](https://github.com/yTakkar/fun-with-firebase/tree/master/Proverbs-App)
- [Demo](https://firebase-proverbs-app.surge.sh/)### Personal-Notes-App
- Add your peronal notes.
- Create an account.
- Realtime auth functionalities.
- Integrated with `redux` store.
- Provides `Register`, `Login` and `Logout` features to a user.
- Once loggedIn, user can manage his notes.
- Premium membership feature (with cloud functions).
- [View project](https://github.com/yTakkar/fun-with-firebase/tree/master/Personal-Notes-App)
- [Demo](https://firebase-personal-notes-app.surge.sh)**[...More to come]**
*Note: All of the above projects were boostrapped with CRA.*
## Development
- Open any one of the project.
- Create an `.env`. Populate it with Firebase init options. [For more clearity, goto `/src/firebase/init.js` file.]
- Run `yarn start`