You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented the notifications on iOS and Android. I get the notification in device.
Now when I click on notification I am not getting any event from which we can move on particular screen or we need to perform some task on that.
I have tried with onNotificationOpenedApp() and getInitialNotification() which is firebase/messaging method but it is not called when I click on notification.
Can anyone please let me know which method is used for the same?
Thanks in advance
The text was updated successfully, but these errors were encountered:
I have implemented the notifications on iOS and Android. I get the notification in device.
Now when I click on notification I am not getting any event from which we can move on particular screen or we need to perform some task on that.
I have tried with onNotificationOpenedApp() and getInitialNotification() which is firebase/messaging method but it is not called when I click on notification.
Can anyone please let me know which method is used for the same?
Thanks in advance
The text was updated successfully, but these errors were encountered: