How to navigate programmaticaly To dynamic routes?

Hi, I have my route like /event/:id/
I would like on push notification pass the ID and open the selected event

How to manage that ?

Thanks

what exactly is the problem?

To be more precise :

I fetch all events todya in my database and send a push with ID of the event
I would like to navigate to this event (pass the ID in event/:id/) on load
(I don’t have url hash with pushState, it is required ? )

Thanks

Hi, did you fixed the issue? I also have the same problem…