-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix Wishlist Functionality #6
Comments
I want to work on this. I request that you assign it to me. I think I have enough firestore experience to implement this. Let me do it. |
give me your email , i will give you the access |
Email: [email protected] |
@dev-rsiva check your mail |
I have received mail. Let me have a look at it by morning.
Regards,
Siva
…On Fri, 10 May, 2024, 10:57 pm Rishi Mondal, ***@***.***> wrote:
@dev-rsiva <https://github.com/dev-rsiva> check your mail
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7N36NWVOYQT33UYDVT3OM3ZBT7RDAVCNFSM6AAAAABHPGKJJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBUHE4TMOBTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have received mail. Let me have a look at it by morning. |
@dev-rsiva any updates ? or should i pass it to @Hemu21 |
Sorry for the delayed response. I am understanding the code now. I have few query. Why did you not having user specific data in firebase backend. I am not seeing it. I am just seeing the carts collection, seller collection only. Whether you have any specific reason for it. What my concern is we need to finalise how the data structure to be followed. Whether user- specific data or Common data where each data link with the users who associated. Have you worked on it. |
Sorry for the delayed response. I am understanding the code now. I have few query. Why did you not having user specific data in firebase backend. I am not seeing it. I am just seeing the carts collection, seller collection only. Whether you have any specific reason for it. What my concern is we need to finalise how the data structure to be followed. Whether user- specific data or Common data where each data link with the users who associated. Have you worked on it. |
@dev-rsiva #60 will solve this one , and we get the user data from fireauth |
@dev-rsiva we got uid as primary key , so it is associate to it's respective users |
Ok let me work and complete. |
I have worked on this task and submitted. I request you to review the pull request. |
closed by #94 |
Issue: Fix Wishlist Functionality
Description:
Currently, the wishlist functionality on our e-commerce website is not functioning. To address this, we can utilize Firestore to store wishlist data in the backend and render it on the wishlist page. The layout used for the cart page can be repurposed to display wishlist items.
Proposed Solution:
Assignee:
Firebase access will be provided for implementation.
Documentation of Firestore : Firestore
Labels:
The text was updated successfully, but these errors were encountered: