1. 11
    Add New Properties to an Existing Document in Firebase through a Ionic Action Sheet
    5m 32s

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

InstructorJorge Vergara

Share this video with your friends

Send Tweet

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.