Course lesson

Add New Properties to an Existing Document in Firebase through a Ionic Action Sheet

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.

Duration
6 min
Access
Included
Transcript
Retained from source evidence

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.