'Decode firebase short deeplink to its original data/params

I'm working on a project for creating firebase short deep links. I use POST: https://firebasedynamiclinks.googleapis.com/v1 to generate the deep links and pass in the body info like domainUriPrefix, link, etc.

I use node and the generated link looks something like this: https://mydoamin.page/IEhnk.

Is there a way to decode the deep link back to get the data I passed when I first created it? Or is it possible to use that short deeplink to get its content data from the database?

Thanks.

Related Link: Create Dynamic Links with the REST API



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source