b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
99 stars 86 forks source link

Support for Firebase Cloud Messaging HTTP v1 API #127

Open SergeyMelnyk opened 1 month ago

SergeyMelnyk commented 1 month ago

Hello,

I am currently using the react-native-pusher-push-notifications package in my React Native project for push notifications. I noticed that the package has not been updated since January 2022.

As Firebase has deprecated the old HTTP Legacy API and transitioned to the HTTP v1 API, I wanted to confirm whether react-native-pusher-push-notifications supports the new HTTP v1 API for Firebase Cloud Messaging (FCM).

Could you please provide information on:

Whether the current version of the package supports the HTTP v1 API? If not, are there any plans to update the package to support the new API? Alternatively, are there any recommended workarounds or updates for users of this package? Your assistance would be greatly appreciated.

Thank you!

ivanseedz commented 2 weeks ago

Any updates on this?