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

Update Legacy HTTP Protocol to HTTP v1 API #100

Open
GUDDU434 opened this issue Sep 17, 2024 · 2 comments
Open

Update Legacy HTTP Protocol to HTTP v1 API #100

GUDDU434 opened this issue Sep 17, 2024 · 2 comments
Labels

Comments

@GUDDU434
Copy link

The Firebase Cloud Messaging (FCM) API you're using is outdated or deprecated. Google has transitioned from using the Legacy HTTP Protocol to HTTP v1 API for sending FCM messages, and the API you're using (fcm-node) likely still uses the old protocol.

Existing send method gives below error:

{"multicast_id":8968610879307183290,"success":0,"failure":1,"canonical_ids":0,"results":[{"error":"DeprecatedApi"}]}

@jlcvp jlcvp added the wontfix label Sep 17, 2024
@jlcvp
Copy link
Owner

jlcvp commented Sep 17, 2024

hi @GUDDU434, thanks for opening the issue, but this lib is barely maintained and is deprecated since 2017. I'll see if I have time to give it a little survival time, but I can't guarantee

@nabilfreeman
Copy link

I just came back to an old project where customers were complaining of no pushes received, and it turns out the HTTP protocol was totally killed in June 2024. Transitioning to the core Firebase SDK and recommend everyone else does the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants