What's the difference between push from ionic-native/push and push from ionic/cloud-angular

Hello.
Please, can you explain what is the main difference between push from ionic-native/push and push from ionic/cloud-angular ? I looked in forums and the both are used. But what’s difference?

The difference is that ionic-native/push is Ionics wrapper written for the phonegap push plugin.

Ionic-cloud is a service that makes use of this plugin and wrapper, but also provides an api around it which allows you to use it any way you want. Ultimately it makes it easier for you to send push notifications through a standardized API without going through all the hustle to do this yourself.

3 Likes