1. 19
    Store the User's ID in the Task Documents That are Saved in Firestore
    2m 25s

Store the User's ID in the Task Documents That are Saved in Firestore

InstructorJorge Vergara

Share this video with your friends

Send Tweet

Now that we have users in our application, we need to start associating them with tasks that are created. We'll revisit our task object and add our currently logged-in user's ID to our task object so that we can show users only their tasks. This is done through the Firebase Auth module.