November 2017
Beginner to intermediate
288 pages
7h 33m
English
Before you start adding your function's implementation, please make sure that your project is ready for Cloud Functions.
Next, you will need to install some dependencies locally. To do this, open your function project and create a package.json file and copy and paste the following code snippet:
"dependencies": { "es6-promise-pool": "^2.4.4", "firebase-admin": "^4.1.1", "firebase-functions": "^0.5.1", "request": "^2.79.0", "request-promise": "^4.1.1" }
Read now
Unlock full access