capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
238 stars 83 forks source link

Not working as expected when using firebase-admin after subscribeTo() #153

Closed sinkaroid closed 9 months ago

sinkaroid commented 9 months ago

Describe the bug So i already implemented capacitor both fcm and push-notification on my nuxt apps, however it's working as intended when using only "registrationToken" to send push notification on android

Here some test case mine:

Expected behavior Send per token is work. However I'd like to send to all audience with sendToTopic not per token, but no

Screenshots

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

sinkaroid commented 9 months ago

Closing this, there is some slight prefixes misleading to my topic targets though. Working as expected rn