0

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.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
CoDe
  • 11,056
  • 14
  • 90
  • 197
  • Possible duplicate of [Is this safe to pass query parameter in Firebase Dynamic "link" attribute](https://stackoverflow.com/questions/49188083/is-this-safe-to-pass-query-parameter-in-firebase-dynamic-link-attribute) – Ian Barber Mar 10 '18 at 17:13
  • Replied in https://stackoverflow.com/questions/49188083/is-this-safe-to-pass-query-parameter-in-firebase-dynamic-link-attribute/49211788#49211788 – Ian Barber Mar 10 '18 at 17:14

0 Answers0