Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 502 Bytes

File metadata and controls

18 lines (12 loc) · 502 Bytes

Including local Node.js modules in Firebase Cloud Functions

These examples are part of my blog post Including local Node.js modules in Firebase Cloud Functions. Please refer to the blog article for detailed explanation.

Getting Started is Simple

Install dependencies

cd functions
npm install

Deploy to Firebase

firebase deploy --only functions