In the previous part of the series, we designed and implemented an interface to create a blog post with a title and post. In this part, we'll see how to fetch the blog posts saved in Firebase and render them on our welcome page. Let's start by cloning the previous part of the tutorial from GitHub.
Full article