fire-functions-cli

fire-functions-cli JS library on GitHub fire-functions-cli JS library on npm Download fire-functions-cli JS library

Working with FireFunctions makes Firebase Functions delpoy very easy. All your code goes in ./src folder. Where all your express API code will go under ./src/api, model creation will go under ./src/model, trigger creation will go under ./src/triggers and

Version 0.1.9 License MIT
fire-functions-cli has no homepage
fire-functions-cli JS library on GitHub
fire-functions-cli JS library on npm
Download fire-functions-cli JS library
INSTALL
Type:
<script type="module"> import fireFunctionsCli from 'https://cdn.jsdelivr.net/npm/fire-functions-cli@0.1.9/+esm' </script>
Learn more