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

FCM Does not work due to old firebase-admin version #2

Open
MichaelMarner opened this issue Oct 16, 2024 · 0 comments
Open

FCM Does not work due to old firebase-admin version #2

MichaelMarner opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@MichaelMarner
Copy link

MichaelMarner commented Oct 16, 2024

FCM has deprecated their legacy HTTP APIs for sending messages:

https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=0

This has resulted in push notifications failing to send through this package.

Looking at Google's FAQ, we need to be using firebase-admin 11.7 or newer:

https://firebase.google.com/support/faq?authuser=0#deprecated-api-shutdown

Updating from 9.7 to 10 has breaking changes:

https://firebase.google.com/docs/admin/migrate-node-v10?authuser=0

@MichaelMarner MichaelMarner changed the title GCM Does not work due to old firebase-admin version FCM Does not work due to old firebase-admin version Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants