From the course: Firebase Essential Training

Unlock the full course today

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

Add Firestore to a project

Add Firestore to a project - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Add Firestore to a project

- [Instructor] So now that we've created all of those wrapper functions, what we're going to do now is actually add them to the pages where they're needed, and this will be a really exciting part for us, because it's where we'll start to see Firebase coming together with our front end application. Now, adding the functions we just created to our front end application, is going to be fairly simple. The only thing to keep in mind, is that we're going to be using a lot of react hooks while we're adding these functions to our components. Now, I realize that many of you, may not be very familiar with react hooks, but I wouldn't really worry about most of the details. For the time being, you should be able to follow along just fine, without having worked with react hooks before. Just keep that in mind, if I suddenly write some code that you don't really understand. So, we're going to go in a slightly different order,…

Contents