-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Firestore backend DB #4
Conversation
Add firestore export
we need this to actually add stuff to the backend
Visit the preview URL for this PR (updated for commit e0dd7d6): https://retroratings--pr4-firestore-db-18l43fjs.web.app (expires Fri, 03 Nov 2023 22:43:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 8c8029c398d88e68d291880754a7579347647b27 |
I'm still working on this. I figured out how to allow users to upload images to Firebase Storage and I added functionality to the AddNewItemCard component that I made (items uploaded using the card will be added to the database, only if the user is logged in) I'm still working on implementing functions to read from the database and to add a rating to an item. Since I have a better understanding of Firestore now, it shouldn't take me too long. |
Implement adding ratings
implement get items that can be rated
Update documentation
Implement getting a user's ratings from the database
Document back-end api details
I'm very close to finishing this, all I have left are a few things:
|
Fix issue introduced when merging
I'm working on the back-end implementation for our website. I'll be working on the following:
Since our site's frontend is still pretty minimal, I put the component I made on the front page under the authentication component I made so I can see how it looks. If the home page gets implemented while I'm still working on this branch, I'll delete what I changed.