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
The current library calls https://fcm.googleapis.com/fcm/connect/subscribe for the final FCM subscription step. Confirmed with the Firebase team, this URL is scheduled for removal on June 20, 2024. While this URL is not explicitly listed among the affected URLs, it is considered part of the "Legacy Web SDK".
The push-receiver library also appears to use this call.
Once the URL is removed, FCM subscriptions through push-receiver may no longer function correctly.
Investigate alternative libraries or methods for FCM subscriptions that do not rely on the deprecated URL.
Update existing code to use the alternative library, if necessary.
Prepare to transition to a new API as recommended by the Firebase team.
The current library calls https://fcm.googleapis.com/fcm/connect/subscribe for the final FCM subscription step. Confirmed with the Firebase team, this URL is scheduled for removal on June 20, 2024. While this URL is not explicitly listed among the affected URLs, it is considered part of the "Legacy Web SDK".
The
push-receiver
library also appears to use this call.Once the URL is removed, FCM subscriptions through push-receiver may no longer function correctly.
Reference Document
issue
The text was updated successfully, but these errors were encountered: