Skip to content

Commit aa1a392

Browse files
Copilotrobingenz
andauthored
Add FAQ section to messaging package README (#951)
* Initial plan * Add FAQ section to messaging package README Add a new FAQ section below the API section in the messaging package's README.md explaining the difference between the Firebase Cloud Messaging plugin and the official Capacitor Push Notifications plugin. Ref: #336 Co-authored-by: robingenz <13857929+robingenz@users.noreply.github.com> * Apply suggestion from @robingenz --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robingenz <13857929+robingenz@users.noreply.github.com> Co-authored-by: Robin Genz <mail@robingenz.dev>
1 parent 66db168 commit aa1a392

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/messaging/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,12 @@ Callback to receive the notification action performed event.
782782

783783
</docgen-api>
784784

785+
## FAQ
786+
787+
### What is the difference between the Capacitor Firebase Cloud Messaging plugin and the Capacitor Push Notifications plugin?
788+
789+
The [Capacitor Push Notifications](https://capacitorjs.com/docs/apis/push-notifications) plugin supports Android (FCM) and iOS (APNs). The Capacitor Firebase Cloud Messaging plugin, on the other hand, uses the Firebase SDK for [Android](https://firebase.google.com/docs/cloud-messaging/android/client), [iOS](https://firebase.google.com/docs/cloud-messaging/ios/client) and [Web](https://firebase.google.com/docs/cloud-messaging/js/client) and provides additional features such as topic subscriptions and the ability to receive notifications in the foreground.
790+
785791
## Changelog
786792

787793
See [CHANGELOG.md](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/messaging/CHANGELOG.md).

0 commit comments

Comments
 (0)