back to all posts

Build a Recipe site with Gatsby and Firebase-5

by Nabendu Biswas / July 2nd, 2020

#firebase #react #gatsby
Series: Gatsby-firebase

Welcome to part-5 of the series. We need to update our home page to show each recipe, in a nice card. But before that, let’s update our layout.js file as below.

layout.jslayout.js

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

Firebase will start uploading them, but it will take sometime. So, will continue from here in the next part.

Images uploadingImages uploading

This completes part-5 of the series.

You can find the code for the same in this github repo.

Nabendu Biswas