Cloud Functions for Firebase: getting started with TypeScript This is an example Firebase project for using TypeScript with Cloud Functions for Firebase. Why TypeScript? TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. One of the biggest challenges with developing in JavaScript is that it is very easy to write code that has runtime errors. TypeScript enables the fast