diptanshumahish / watch

An open source movies / web series reccomendation app
MIT License
7 stars 11 forks source link

set and get user choices from Firestore #45

Closed diptanshumahish closed 1 year ago

diptanshumahish commented 1 year ago

set and get user choices from Firestore

keypoints

  1. You need to implement a basic functionality, that updates the firebase firestore using the user auth uid as docName, and it must have the following fields, isAdult (boolean), selectedGenres (Array of strings), likedItems (Array of strings).
  2. Also you need to implement a way of fetching the data from firestore and storing them locally, only update it when the user updates something.
sagnik-sanyal commented 1 year ago

Hello i am ready to work on this issue under JWOC