I'm integrating firebase dynamic link integration & it work pretty well. Except the fact that whatever I pass as query parameter in link attribute it display those information in web link.
I'm using following attribute info to generate deep link.
{
"longDynamicLink": "https://xyz.app.goo.gl/?link=https://yah.co?event_type=1&apn=com.droid.test&ibi=com.iOS.test&isi=232323232"
}
In this example it generated but debug info(using ?d=1 at the end of deep-link) display event_type info. Any suggestion if there is way to hide info.