Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Firebase Cloud Messaging #5

Closed
robingenz opened this issue Mar 12, 2022 · 6 comments · Fixed by #77
Closed

feat: support Firebase Cloud Messaging #5

robingenz opened this issue Mar 12, 2022 · 6 comments · Fixed by #77
Milestone

Comments

@robingenz
Copy link
Member

Is your feature request related to a problem? Please describe:

Firebase Cloud Messaging is not currently supported.

Describe the solution you'd like:

Add a Firebase Cloud Messaging plugin.

Describe alternatives you've considered:

Additional context:

@HeikoKanzler
Copy link

+1

(and thank you for the great work!)

@mesqueeb
Copy link
Contributor

mesqueeb commented Apr 3, 2022

+1 ! currently I can't get push notifications on Android because of this issue for the fcm plugin:
capacitor-community/fcm#99

so official support for FCM on capacitor-firebase would be really awesome!

@robingenz robingenz added the priority: medium Medium priority label Apr 3, 2022
@robingenz robingenz added this to the v0.2.2 milestone Apr 28, 2022
@robingenz
Copy link
Member Author

robingenz commented May 4, 2022

The first dev version is ready. 🎉 It would be great if someone could support me with testing.
I am happy about any feedback!

npm i @capacitor-firebase/messaging@0.2.1-dev.17f1a69.1651697626

Docs: https://github.com/robingenz/capacitor-firebase/blob/d4bafb5ce047499995ba9890597b9e98eff489e4/packages/messaging/README.md

@mesqueeb
Copy link
Contributor

mesqueeb commented May 4, 2022

Does the plugin work completely standalone or do we also need @capacitor/push-notifications installed as peer dependency?

@robingenz
Copy link
Member Author

Does the plugin work completely standalone or do we also need @capacitor/push-notifications installed as peer dependency?

completely standalone 👌

@robingenz
Copy link
Member Author

To be more precise: You don't need the @capacitor/push-notifications plugin, but you can still use it in combination.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants