Is it possible to use ionic with loopback as backend for push notification?

Hello all,

I am now using loopback (loopback.io) as backend for ionic app.

Now I am trying to add push notification, but I have just noticed that loopback supports only native SDK for push notification.

My question is, if it is possible to use loopback for push notification with ionic app?

Thanks in advance.

Regards,

Pai

Bajtos from the Strongloop/Loopback team has the answer for you… In short: you should use the cordova push plugin and forget about the native sdk’s…

Thank you!

Thank you!!!