ionic-team / capacitor-plugins

Official plugins for Capacitor ⚡️
515 stars 581 forks source link

feat: add support for FCM HTTP v1 in @capacitor/push-notifications #2123

Open Dangerous828 opened 3 months ago

Dangerous828 commented 3 months ago

https://learn.microsoft.com/zh-cn/azure/notification-hubs/notification-hubs-gcm-to-fcm

Dangerous828 commented 3 months ago

I found that fcm needs to be upgraded to fcm v1 now, then I let our backend upgrade support and found that the app can't receive the message push, is there any change to support it?