I must develop a Push Notification service like Firebase Cloud Messaging
service or other similar services. But I don't have any knowledge about this. My questions are:
How FCM works under the hood?
Does it uses Socket Programming to achieve a Real-Time connection to send a notification?
What should I learn to develop a similar service?