I am building an android app having a Login, FrontPage and Prompt pages.
Following some online tutorials, I added a push notification to the app. But when using the notification, the Login page (being the first) pops up everytime. I need the push notification to open the Prompt page. How can I do this?
I am using Android studio and Google Firebase for the push notification.