Cloud Functions for Firebase with Compiled Code

added by JavaScript Kicks
12/4/2018 8:59:11 AM

686 Views

📑 Table of Contents There are many reasons to compile your Cloud Function code: Types! TypeScript, Flow, ReasonML or another language for typing. Use new JS features not supported by the Node 6 or Node 8 runtimes. Here we will explore HOW we can set up our project and some pros/cons of the available methods.


0 comments