I have created an app in Flutter with backend in node js and MongoDB hosted on my AWS server. For chat and notification, I am using io socket. I want to implement push notification.
I want to receive push notification just like WhatsApp and Gmail even after force closing them?
I know there is FCM(firebase cloud messaging) for push notification, But can This be done without it, as I am doing everything without implementing firebase and using IO socket and my own database.
How can this be achieved, using IO sockets in a flutter? or is it like it has to be done using FCM only?