FCM or PUSH

Hi everybody,

I am about to implement a push notification functionality in ionic App. Looking in ionic native i noticed FCM and PUSH plugins. It seems that both do push notification. My question is what is the main difference between them and when should i use which one?

Thank you for your help

2 Likes

If you are using Firebase, use the FCM/Firebase one.
If you use any other push provider (like Ionic Push or OneSignak), use the other one.

3 Likes

Thank you very much :slight_smile:

1 Like