-
Notifications
You must be signed in to change notification settings - Fork 206
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
Supporting delivery_receipt_requested feature #321
Comments
Hi @Rostyk, could you elaborate on what you mean with this issue? A link or a more elaborate description of the feature would be helpful 😄 |
In the FCM documentation (Receive delivery receipts section) it says:
So I was wondering if there's a possibility to add delivery_receipt_requested flag so FCM would send a delivery receipt when it receives confirmation that the device received the message. |
Oh, Sorry, I just realized its GCM. Please disregard. |
@Rostyk FCM is the new name for GCM. Unfortunately the name "FCM" is taken for npm libraries. This doesn't mean that we won't support FCM features, though, so let's look at this a bit further 😄 We can definitely support that new parameter. Would you be interested in making a PR for it? We'll be here to guide you through the required changes. The primary change is adding the parameter to the list of supported ones in message-options.js We would also need some tests of the new functionality. |
Is it possible to add the acknowledgement of the message receipt?
The text was updated successfully, but these errors were encountered: