dissolution2 / FamilyShoppingPlanner

Android App - Shopping List -take product from freezer,refrigerator etc and add them to a shopping list by barecode scaning. And Recycleview swiping Shopping list and whats in the refrigerator etc should be in realtime and every user can get a push notice when a family member adds products etc
1 stars 0 forks source link

Cloud Firestore Add functionality #7

Open dissolution2 opened 2 years ago

dissolution2 commented 2 years ago

Sett up Cloud firestore db to add this functions : MAIN_PRODUCT_DB / user_product_db

if user is not in MAIN_PRODUCT_DB - we add it to user_add_product_db so admin can check and add it later to main db.

  1. check if product is in refrigerator, freezer or drystorage
  2. if not - check product up to main db
  3. if not - make user add it to user_product_db
  4. add to list (refrigerator or freezer or drystorage

Se issue : Add new product by barcode scan#5