ShopSmart is a shopping assistant app that lets you search for products, compare prices from various e-commerce platforms, and find the best deals in one place. You can save favorites, create shopping lists, and stay updated with the latest offers. When you're ready, seamlessly navigate to the respective site to complete your purchase.
The toggle feature is added to favorite button.
On toggling the card is either added or removed from the Favorites page.
Output :
As shown is the above Screenshot, Phone 2 is liked, hence it's in Favorite page, and since Phone 1 is not liked, it's not showing in Favorites page.
NOTE : fetch and use realtime user data instead of dummy data to keep the changes saved! (As mentioned in HomeScreenViewModel.kt) As, I have tried the code on temporary demo data, since I wasn't able to access realtime data.
Also, i wasn't able to signIn via gmail or Google, is there a issue with that?
The toggle feature is added to favorite button. On toggling the card is either added or removed from the Favorites page.
Output :
As shown is the above Screenshot, Phone 2 is liked, hence it's in Favorite page, and since Phone 1 is not liked, it's not showing in Favorites page.
NOTE : fetch and use realtime user data instead of dummy data to keep the changes saved! (As mentioned in HomeScreenViewModel.kt) As, I have tried the code on temporary demo data, since I wasn't able to access realtime data. Also, i wasn't able to signIn via gmail or Google, is there a issue with that?