In order to view this lesson, you must purchase this course.
Having learned how to punch in recent messages manually for <b>Recent Messages</b>, it's time to persist this information from our app instead. This again is fairly straightforward since we've established what the Firestore structure needs to look like. After we save a recent message document for the logged in user, we'll also persist this information in the other direction. Enjoy.