Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 827 Bytes

push-notification-sns.md

File metadata and controls

9 lines (5 loc) · 827 Bytes

Android FCM and AWS SNS settings

  1. Add a new android project to Firebase console, and go to the project settings to add a server key and download google-services.json. The server key is for AWS SNS android application API key.

  2. Add google-services.json to the Android project app folder, and follow this guide to setup Firebase and FCM SDK

  3. You can use Postman to test push notification following this article

  4. The gotcha part is about AWS SNS JSON template which uses data. But notification should be used in the JSON file. Check this answer on Stackoverflow.