firebase-functions-es6-example
firebase-functions-es6-example copied to clipboard
Use ES6 to develop Cloud Functions for Firebase today!
Results
1
firebase-functions-es6-example issues
Sort by
recently updated
recently updated
newest added
[Link to repo](https://github.com/johnkorzhuk/next-on-fire/tree/with-es6) When skipping the es6 transpilation step and just using exports.* in the functions/ dir using 6.11.* compatible code the deploys work just fine with the nextJS function....