I have created a firebase dynamic link with data in it(username, email etc..). When I click on the link the I am being redirected to the appstore. From there I download the app and when the app is openend for the first-time I extract the data from the dynamic link url in the "in the openURL" method. I use that data to create an account.
When I delete the app and redownload the app, I still get the same dynamic link with the same data in it. I don't want that to happen. Is it possible to delete the firebase dynamic link afther using it once?
Hope someone can help me out with this one. There is no information about this anywhere...