README
va-logger-be for Cloud Function
Installation
npm i @wesalute/valogger-be@latest
Usage
- In the Cloud Function, please add at the top of the function, passing the 'req' or HTTPRequest variable.
require('va-logger-be').init(req)
![alt text](https://drive.google.com/file/d/1hlaq6r9ax9-VFXk0mj5rR-DpqMFG2NUn/view?usp=sharingg)
<script type="module">
import vaLoggerBe from 'https://cdn.skypack.dev/va-logger-be';
</script>
npm i @wesalute/valogger-be@latest
require('va-logger-be').init(req)