EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

Ignore pushnotification payload on tapping #1600

Closed Stanteq closed 4 years ago

Stanteq commented 4 years ago

How can I ignore the pushnotification payload when user is tapping on the notification but just open the app. I mean do not trigger onMessageReceivedCallback only when is tapping on the notification. Because in my case the notifications can be old so I don't need to process them. Thx.

Stanteq commented 4 years ago

I found foreground:true|false property inside the payload so I can use it.