Closed
Description
Hi,
I create a shortlink by calling this API
https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=key
and posting to it the longDynamicLink.
I am able to receive the the deep link back when I open the through the short link. But i need to convert the short link back to long dynamic link so that i can access the link parameter in my long dynamic link.
Can somebody help in converting shortlink back to long dynamic link
I am using Unity3d