Skip to content

CapAwesome FCM Plugin vs official Capacitor Push Notification Plugin #336

Closed Answered by robingenz
5hee75 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the question!

The main differences are:

  1. Capacitor Push Notification != Firebase Messaging: The Capacitor Push Notification Plugin is a more general plugin for integrating push notifications. It uses the Firebase SDK on Android but not on iOS. The Capacitor Firebase Cloud Messaging Plugin tries to support all features of the Firebase SDK. This includes, for example, the methods subscribeToTopic(...) and unsubscribeFromTopic(...), which the Capacitor Push Notification Plugin does not offer.
  2. Web support: Since Firebase offers a Web SDK, the Capacitor Firebase Cloud Messaging plugin also supports the web platform, unlike the Capacitor Push Notification plugin.
  3. No SDK version confl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robingenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants