-
Notifications
You must be signed in to change notification settings - Fork 205
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
Firebase Legacy HTTP API discontinued by June 20, 2024 #370
Comments
Would you want to open a PR? |
Hi @sjkummer, If anyone has any bandwidth to perform the migration, they are welcome to submit a PR. |
Hi @sjkummer, |
Thanks for the clarifications and feedback. I justed dived a bit deeper into the @eladnava But it seems like the more efficient |
Hi @sjkummer, That's correct - using any of the batch methods is deprecated, as Firebase also deprecated the batch API endpoints (which I just published a blog post about this. Please give it a read and let me know what you think. |
@sjkummer @mtrezza just wondering is it something you may be interested in appfeel/node-pushnotifications#194 |
Does this issue render this package obsolete? |
Hi @siakc, Migrating That means If anyone has any bandwidth to perform the migration, they are welcome to submit a PR. In the meantime, I have released a package called fcm-v1-http2, which uses the new FCM HTTP v1 API to send notifications using HTTP/2 multiplexing. You are also welcome to use the official |
How about appfeel/node-pushnotifications#194 though? It is supposed to add the new FCM method, no? |
@ArmandoLinnkr That Node.js library uses |
Any update on this? We're so close to the deadline. Please update. |
Unfortunately @ToothlessGear hasn't been active in a while. We do urge you to migrate to another library before the June 20th deadline, such as:
This is now mentioned in the package README. |
Hey @eladnava
Google informed that the "Legacy HTTP" API used by this library will be discontinued by June 20, 2024.
This library has not been updated for a while. Do you plan to implement the new API or would you recommend to switch to Googles FCM Admin lib?
https://www.npmjs.com/package/firebase-admin
Migration Guide:
https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en
Best regards and thanks for maintaining all the years.
The text was updated successfully, but these errors were encountered: