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.

Load available times

Load available times - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Load available times

- [Instructor] So far, we've almost completely, integrated Firestore into our frontend. The only thing we have left to do before we start getting into cloud functions, which is going to be a really exciting part by the way, is to integrate Firebase, with this MakeAReservation modal that pops up when we click make a reservation on the restaurant detail page. What we want to have happen is when the user selects a date from the date picker, we want the app to load the available reservation times for that date and highlight those times in green so that the user can select one of them. So before we get started though, there are two things to note. The first is that while the user will be able to select an available time on the modal, they won't yet be able to actually make a reservation. That's something we'll get to when we start working with Firebase's cloud functions in a little while. The second thing to note is that the…

Contents