Which is the best way to send Push Notifications in Android? -


currently using onesignal.com push notifications. there better service or better way send push notifications in android more features?

you can use both gcm(google cloud messaging) , fcm (firebase cloud messaging). features of gcm deprecated google suggesting use fcm.

fcm has killing feature of sending notification users have installed app or users have subscribed particular topic(you can check topics i.e. weather report india(who stays there),australia(who stays there).

you can implement fcm in app easily. fcm can either use third party server or can send notification using own cloud service.

just visit , register app coolest feature provided google-firebase cloud messaging. can check videos on youtube-google developer videos


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -