The firebase-functions package provides an SDK for defining Cloud Functions for Firebase. Cloud Functions is a hosted, private, and scalable Node.js environment where you can run JavaScript code. The ...
luatrace is a Lua module that collects information about what your code is doing and how long it takes, and can analyse that information to generate profile and coverage reports. luatrace adds a layer ...