In order to view this lesson, you must purchase this course.
With the list of comments now inserted into <b>Firebase Database</b>, we're ready to render them out into our <b>UICollectionView</b>. We'll first start by laying out our <b>CommentCell</b> views in our controller. Next, we perform the fetching of comment based on the post that we are tapping into. Performing all of this logic will get us ready for the next lesson on further details of each cell.