I've some basic ideas of how firebase dynamic links works, but I've some doubts. I didn't understand how to navigate it to a specific screen when I get the URL. I want to send some params along with the URL.
I have two screens
Home Screen.
Product Screen contains these screen.
- Product 1
- Product 2
- Product 3
I have to create dynamic links while sharing the products and then while opening the link I need to pass some routes to get the specific screen. Is there a way to send a params through firebase dynamic links ?