-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding the cart system. #248
Comments
Is this issue open? |
Yes @keyurgit45 |
The cart system is still hardcoded . I would like to work on this issue . Also the data should be stored in firebase collection right ? |
The cart data can be stored locally as it'll be user-specific, but after successful payment, it'll be stored in firebase. @Atharv-Joshi |
is this issue open ? |
Yes @shubhamp269, would you like to work on it? |
@himanshusharma89 , I would like to work on this issue. pls. assign it to me. |
Feature Request ✨
Currently, we are showing list of hard coded cart items. I will work to make cart show items, dynamically.
User will click on add to cart button on an item, and that item will be stored in, on device storage and will be shown in the cart screen.
I would like to work on it under GSSOC 21.
The text was updated successfully, but these errors were encountered: