Push notification in flutter with IO socket and nodejs Push notification in flutter with IO socket and nodejs dart dart

Push notification in flutter with IO socket and nodejs


Use SocketIO for remote push notifications is bad idea. Probably it is possible to achieve this with background processing, but definitely it is much more complicated way to develop and to use.

Using Firebase is a good practice for Flutter, it is easy to configure. Besides, it is an official way to make push notifications for android. My advice is to use FCM - here is official docs.