You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this library still maintained? If so, Google deprecated https://fcm.googleapis.com/fcm/connect/subscribe (/send too), which is slated for full removal on June 21, 2024.
@coreybutler Thank you so much for the report, you saved me! :) In a few hours I'll release a new version using the new API.
If you want, there's a working version on branch I created called api_deprecation. I still need to update the usage example and add some parameters checks, and fix conventions and namings, but it generally works.
Now instead of SenderId, you need to provide a AppId, ProjectID, and the ApiKey (All can be obtained from sources (most likely strings.xml) of every android app).
@morhaviv I'll check out the branch if I can, but I suspect you'll have the new version released before I have a chance to. I'm looking forward to trying it out though!
Is this library still maintained? If so, Google deprecated
https://fcm.googleapis.com/fcm/connect/subscribe
(/send
too), which is slated for full removal on June 21, 2024.The reference library quoted in the README has a discussion about this at MatthieuLemoine/push-receiver#68.
Official deprecation announcement: https://firebase.google.com/docs/cloud-messaging/migrate-v1
The text was updated successfully, but these errors were encountered: