Closed
Description
is there a way we can get initialNotification
payload like on ios when user click on notification?
I have found in the firebase api that there is a way to specify activity using click_action
and handle new activity but I am not sure how to implement that because I am not that much familiar with Android development
<intent-filter>
<action android:name="OPEN_ACTIVITY_1" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
btw thank you for this awesome module
Metadata
Metadata
Assignees
Labels
No labels