-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I believe there was a new FCM endpoint that is being used and the old endpoints used in this library have been deprecated.
An up-to-date implementation can be found here:
https://github.com/Eneris/push-receiver/blob/master/src/fcm.ts
And the migration post:
https://firebase.google.com/docs/cloud-messaging/migrate-v1
I'll see if I can find time to make a pull request in the future.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Milestone
Relationships
Development
Select code repository
Activity
crow-misia commentedon Sep 9, 2024
I think that sounds good.
I am eagerly awaiting your PR.
If you need any help, just let me know.
davliang commentedon Sep 9, 2024
All right! This should resolve with #29 as soon as I finish testing it.
crow-misia commentedon May 10, 2025
@davliang
Any progress on this?
Trying to get started on supporting protocol updates.
davliang commentedon May 11, 2025
I have some updates on a local machine somewhere.
Unfortunately, I haven't had much free time in the past few months. And there was another response that I couldn't handle with the current code base.
My apologies. I likely have some time after about another month, but it may be too long to wait.
crow-misia commentedon May 12, 2025
All right.
I'm in a similar situation, so it may not change in time.
I'll see what I can do.
crow-misia commentedon Jun 16, 2025
I've successfully implemented VAPID support, and I've released v0.2.0.
The
x-firebase-client
header is not yet implemented but will be addressed in a subsequent update.