I'm integrating firebase dynamic linking for Android & iOS application. What I found is query parameter I passed in link attribute is not safe. I can copy link form debug detail (by appending ?d=1 at the end of deep link).
My understanding says we should not pass any important information here as query parameter, but is there way to safeguard this !!