pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

Firebase Cloud Messaging tokens and topic subscriptions #145

Open okcomputer93 opened 2 months ago

okcomputer93 commented 2 months ago

Hi there, I received an email from Google about our Android project, it uses Pusher and FCM for push notifications.

We're writing to inform you that we will be garbage collecting all expired Firebase Cloud Messaging registration tokens and topic subscriptions starting May 15, 2024.

What you need to know

Starting May 15, 2024, the stale tokens and topic subscriptions for devices, which have not been connected to FCM in over 270 days, will be considered as expired and invalid. If a request is sent to an invalid token, it will be rejected with a 404 (UNREGISTERED) error.

What you need to do

We recommend you to confirm that your service handles 404 error codes from FCM correctly. Please delete your record of any tokens with a 404 response code because they will not be valid again.

Do I need to make any changes or updates? Is there any planning update about this? Any support would be welcome. Thank you