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.

Add Cloud Functions to a project

Add Cloud Functions to a project - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Add Cloud Functions to a project

- [Narrator] Now, that we know what Cloud Functions are and how they work, let's walk through the process of adding them to our project. Earlier in the course, we saw how to install the Firebase CLI tools. We're going to use these tools now to link up our local project with the project that we created in the Firebase console. And this will make it really easy to deploy our Cloud Functions once we build them. So, let's open up a terminal and again, I'm going to be using VS codes built in terminal here, and we're going to type the command firebase in it and hit Enter. And this will come up with a prompt asking us what Firebase features we want for this folder. Now, we can always add more features later on, but for now we just want to select functions and note that the controls here are a little strange, who you have to press the space bar to select what we want. So, we're going to select functions and then press the…

Contents