We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
trentCareApp
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: