og-aws
og-aws copied to clipboard
Amazon AWS sms services
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 ?
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.
@Kumuda123 Is there any additional help you need with this issue ?
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