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

Dismiss in-app message associated with remote notification. #81

Open
1 task done
nriedman opened this issue Aug 30, 2024 · 0 comments
Open
1 task done

Dismiss in-app message associated with remote notification. #81

nriedman opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nriedman
Copy link
Contributor

Problem

Right now, when the user taps a push notification, the app deep links to the part of the app associated with the action included in the notification. In fact, push notifications and in-app notifications are one-to-one, meaning that when we get a push notification there is also an in-app message for the same action. However, at the moment we do not dismiss the in-app message when we complete the action via the push notification.

Solution

Use the information contained in the payload of the push notification to dismiss the in-app message on tap of the push notification (if the message is dismissible).

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@nriedman nriedman added the enhancement New feature or request label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant