better-firebase-functions
Auto-export Firebase functions with cold-start optimization
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install better-firebase-functions?โผ
Run `npx skills add george43g/better-firebase-functions --all -g -y` in your terminal to install this skill globally.
How to reduce Firebase Functions cold-start time?โผ
This library loads only the single function module being invoked instead of every module in your project, significantly reducing cold-start time and memory usage.
How to auto-export Firebase Cloud Functions?โผ
Call exportFunctions once in your entry point and write each trigger as a default export; functions are named automatically from their file paths.
Does it work with Gen 2 functions and Cloud Run?โผ
Yes. It supports Gen 1, Gen 2, and Cloud Run runtimes, plus both CommonJS and ESM entry points.
Can I bundle each Firebase function separately?โผ
Yes. Optional esbuild, webpack, and Rollup plugins produce one tree-shaken bundle per function, inheriting your existing configuration automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core