firebase / functions-samples

Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
https://firebase.google.com/docs/functions
Apache License 2.0
12.03k stars 3.83k forks source link

New sample request: Integrating sms gateway (Twilio) for instant sending SMS #324

Closed 6vedant closed 3 years ago

6vedant commented 6 years ago

Unable to integrate sms gateway for instant sending sms for order updates.

6vedant commented 6 years ago

Please post a working example to make this happen. I want to use firebase cloud function for integrating sms gateway using node.js.

nicolasgarnier commented 6 years ago

Showing an integration with Twilio may be a good idea. I'll get to it when I find some time.

jamesdaniels commented 6 years ago

@nicolasgarnier I could take this on, I have a several working Twilio demo apps w/Cloud Functions I could update / cleanup. Feel free to assign if that makes sense to you.

nicolasgarnier commented 6 years ago

Sounds good @jamesdaniels !

6vedant commented 3 years ago

I figured it to integrate sms using twillio. We can do a database trigger and send twillio sms.