OiO.lk Blog Android How to make a push notification without using Firebase Cloud Messaging and Android Service
Android

How to make a push notification without using Firebase Cloud Messaging and Android Service


I just wondering that Messenger, Discord, X,… doesn’t need running background service in order to receive push notification. So is there a way that we can do it too?

I read some post about not using FCM but a service that fetch http constantly, it’s not a good idea to do that as it could consume unnecessary data and drain battery.

I have a simple express nodejs server running 24/7. Is using this work?



You need to sign in to view this answers

Exit mobile version