This is a template for getting started with developing Cloud Functions with CoffeeScript. The build process will lint via CoffeeLint, then transpile all CoffeeScript to JavaScript.
- Clone or download this repo, then use
template/
as the base of your functions project. - Update
template/.firebaserc
with your Firebase project ID. - Follow the Cloud Functions for Firebase documentation for additional support.