How to pass query parameters in url?

Resolved

I need to pass data into FF using a url but it's not working for me. I read the deep link documentation, still unclear.

On the page I setup the route and page parameter:

  • route: page1/:code

  • page parameter: code (String)

But, the url format I need to use isn't working: https://domain.app/page1?code=123456

Am I doing something wrong? Has anyone passed a parameter in a url in this format? https://domain.app/page1?code=123456

4
11 replies