In this recipe, we're going to see, step by step, how we can integrate Cloud Functions with our project. We can use this recipe whenever we want to integrate Cloud Functions with a project, so let's get cloudy!
Getting started with Cloud FunctionsÂ
Getting ready
Everything starts from the Firebase CLI, an awesome utility for handling all your Firebase needs.
For a more precise idea of how to download and install the Firebase Admin SDK onto a development machine, please refer to the Chapter 7, Firebase Admin SDK.
How to do it...
After we've successfully...