og-aws icon indicating copy to clipboard operation
og-aws copied to clipboard

Amazon AWS sms services

Open Kumuda123 opened this issue 6 years ago • 3 comments

I am currently developing an app(in Flutter ) which can send sms messages to users whenever data is updated in Firebase. I was thinking to use Amazon AWS to implement the same. Is there a way I can integrate Firebase and AWS ? Or will i need to integrate it ?

Kumuda123 avatar Aug 02 '18 17:08 Kumuda123

It's fairly easy to integrate Firebase with AWS SNS which can send SMS messages. I don't know your full setup on Firebase, but I am assuming you can integrate Jenkins to spot when data was updated on Firebase which would either trigger AWS Lambda function or AWS SNS directly.

Also, I am not sure if that's relevant to your project, but this article is worth checking out.

AlekKras avatar Aug 02 '18 17:08 AlekKras

@Kumuda123 Is there any additional help you need with this issue ?

maishsk avatar Oct 15 '18 12:10 maishsk

AFAIK, Google FCM/GCM/Firebase only support Android Push Notifications (or iOS Push Notifications via APN), it didn't support SMS

If you want to send SMS you might want to consider providers like Twilio

number5 avatar Oct 16 '18 06:10 number5