twilio-labs / twilio-firebase-extensions

A collection of Firebase Extensions for Twilio functionality.
https://www.twilio.com/docs/labs/firebase-extensions
Apache License 2.0
15 stars 10 forks source link

Update to at least node.js 18 #83

Closed smacksocialdev closed 5 months ago

smacksocialdev commented 7 months ago

Node.js 16 and below are being deprecated on January 30, 2024 and this extension currently utilizes node.js 14.

statusCallback and processQueue currently use node.js 14, they should be updated to node.js 18.

mrkaraaslan commented 7 months ago

Is there any progress or work on this?

SherpaMiguel commented 6 months ago

This is essential to continue using the plugin. Please update is asap.

Georg7 commented 5 months ago

+1 This is critical. I'm using this extension in production. Please don't make me regret it.

druv5319 commented 5 months ago

Fixed #101

New version is currently in the review process by the Firebase team; should be on the extensions marketplace within a few days. If you'd like to install before then, you can use this link for the Console: https://console.firebase.google.com/project/_/extensions/install?ref=twilio/send-message@0.3.4 or this command for the CLI: firebase ext:install twilio/send-message@0.3.4.