October 2017
Intermediate to advanced
302 pages
7h 27m
English
Way back at the beginning of this book, when we initialized Firebase, we checked an option for Functions. This created a folder in our root directory called functions, which we have ignored as of yet (if you don't have this folder, you can run firebase init again, and ensure that you check off both Functions and Hosting for the first question. Reference the chapter on Firebase for more).
The functions folder allows us to use Firebase Cloud Functions. Here's how Google defines them:
That's the simplest definition--code that runs in response to events, outside ...
Read now
Unlock full access