-
Forgive me if this is an obvious question and I'm just ignorant, but what would the motivation be behind using the CapAwesome FCM plugin over the official Capacitor Push Notifications plugin? I've been using the official plugin for some time and don't seem to have any issues with it, albeit my use case is very basic. Are there things the FCM plugin would provide that the official plugin would not? Are there any features missing that the official plugin provides? I do use Firebase pretty much across the board in my app (Auth, Firestore, Functions, Storage, Analytics), so if there'd be a benefit in switching to use the FCM plugin then I'd be open to it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the question! The main differences are:
|
Beta Was this translation helpful? Give feedback.
Thanks for the question!
The main differences are:
subscribeToTopic(...)
andunsubscribeFromTopic(...)
, which the Capacitor Push Notification Plugin does not offer.