This is a quick demo repo containing boilerplate code for use in GCP's Firebase and Twilio's Serverless environments.
Probably nothing, unless I've asked you to review it. If that's the case, then do the following:
- Install NVM then install Node 18 & 20
- Using NPM (or PNPM, Yarn, Bun, etc.), install the package modules from package.json
-
- If running locally, use "npm serve" (or pnpm, yarn, bun, etc.) - If using Firebase, upload code to Functions - If using Twilio, upload to Twilio Serverless FNs & upload Firebase Service Account as an asset file (PRIVATE!) - Test to your heart's content
Instructions are meant to be slightly vague so you learn the fundamentals of the javascript world.
Have fun!