open-guides / og-aws

📙 Amazon Web Services — a practical guide
Creative Commons Attribution 4.0 International
35.65k stars 3.87k forks source link

Amazon AWS sms services #622

Open Kumuda123 opened 6 years ago

Kumuda123 commented 6 years ago

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 ?

AlekKras commented 6 years ago

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.

maishsk commented 5 years ago

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

number5 commented 5 years ago

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