How to handle click on push-notification when application is in foreground? #7860
Unanswered
valerybodak
asked this question in
Q&A
Replies: 1 comment
-
this might help you 💯 --- https://youtu.be/f4Lo9u6Xgt8 although I didn't like the way he explained but kinda good |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the following version:
firebase_messaging: ^8.0.0-dev.15
I know that I can handle click on push-notification when app is in background in the following way:
and it works, but how to handle click on push-notification when application is in foreground? Can't find in the documentation as well. Could you please help me. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions