Send Push Notification In Android And iOS Using Spring Boot Application
To send a push notification in android device we are going to use FCM and for iOS device we will use APNS. Android push notification: FCM stands for Firebase Cloud Messaging its a service that is provided by Google. Inorder to use FCM you need an API key which you can get through firebase console and a device… Read More »