Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigation Required: Impact of FCM Subscription API Removal #54

Closed
Trophy198 opened this issue May 23, 2024 · 0 comments · Fixed by #55
Closed

Investigation Required: Impact of FCM Subscription API Removal #54

Trophy198 opened this issue May 23, 2024 · 0 comments · Fixed by #55
Labels
bug Something isn't working enhancement New feature or request

Comments

@Trophy198
Copy link
Owner

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.

  1. Investigate alternative libraries or methods for FCM subscriptions that do not rely on the deprecated URL.
  2. Update existing code to use the alternative library, if necessary.
  3. Prepare to transition to a new API as recommended by the Firebase team.

Reference Document

issue

@Trophy198 Trophy198 added bug Something isn't working enhancement New feature or request labels May 23, 2024
@Trophy198 Trophy198 linked a pull request Jun 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant