I'm trying to integrate fcm for push notifications and we're also using some aws services for development. I want to understand what’s the use of aws sns with fcm as i did some research and found out that we can use fcm to send push notifications without aws sns so what are the advantages of using the aws sns.
SNS provides a few advantages over calling FCM directly:
Those are a few things that come to mind!