From the course: Firebase Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Example app walk-through

Example app walk-through - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Example app walk-through

- [Instructor] Before we get into the fun stuff like Firebase Auth, Firestore and Cloud functions, the last thing I'd like to do here is give you a more in-depth walkthrough of the React app that we're going to be integrating with Firebase. Since this is not a React course and since I'm aware that many of you who want to learn Firebase aren't already familiar with React, I've done my best to design this app so that it doesn't require too much technical knowledge of how React works. Most of the changes we'll be making to this application should be fairly straightforward, no matter what you're used to working with. So with that said, let's take a look at how the code is organized in the example app. This is just to make some of the things that I'll be doing later on a little more clear to you. First of all, I've done my best to follow a feature-based organization approach meaning that instead of the top level of…

Contents