Want to push notifications to your teams, or alert your customers/clients of an important update? Then this is the app framework you need!
I created a full-stack Andoird application framework backed by Google Firebase and AWS Services to push notifications to subscribed user endpoints!
The project utilizes:
- Google Firebase: Cloud Messaging services to establish the connection between our server and user devices to deliver and receive messages.
- Amazon AWS: SNS Topics (that user devices subscribe to using their unique device tokens), SQS Queues, and Lambda Functions that use SNS endpoints to invoke the Firebase Android services connected with the Android Studio Project.
- Android Studio: Android Loaders, Fragments, Lifecycle methods, User Permissions, Kotlin Plugins, and Android OOP Libraries.