We'll go through the process of adding a new property to our task and how to update our task document in the database. Because we are using a BehaviorSubject
we can utilize the .next
function on the task$
to add the assignee.
We'll also explore the use of action sheets to use as selectors.