I\'m trying to integrate AWS SNS push services with FCM in my Android app.
When I\'m trying to send a push message through SNS online console, I get this error log:
First you should apply the google-services plugin after the dependency block not in it. Also I'm not seeing any dependency that is adding FirebaseInstanceID so I'm not sure why that error is showing up. Also using FCM and GCM together is not a good idea since you have multiple receivers for the same message. Use one or the other. That could be why the sns messages are not being received.