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
Hi Matthieu, really interested what you've built here and I really enjoyed your Medium article.
I was looking for a way to receive notifications on Node.js for the purpose of integration testing our FCM push notifications.
Do you feel this package is reliable enough for integration testing push notifications in a CI pipeline?
Cheers
The text was updated successfully, but these errors were encountered:
Hi Luke,
It's a good idea! Never thought of it.
Well, first FCM doesn't guarantee to deliver a push notification but it almost always does 😄
About push-receiver specifically, we do have tests although they aren't run every day.
push-receiver
You can sometimes have issues during registration but listening for notifications works pretty well.
Would love if you could try and give me a feedback about CI usage. I think others would like this idea of testing FCM notifications.
Sorry, something went wrong.
One more question I have before adding it: how long does it usually take between sending FCM notification and push-receiver getting the notification?
I looked at your tests and at first glance it looks like you're doing an end-to-end test of FCM send & receive.
I don't have numbers but it's a matter of seconds
No branches or pull requests
Hi Matthieu, really interested what you've built here and I really enjoyed your Medium article.
I was looking for a way to receive notifications on Node.js for the purpose of integration testing our FCM push notifications.
Do you feel this package is reliable enough for integration testing push notifications in a CI pipeline?
Cheers
The text was updated successfully, but these errors were encountered: