Implementation of Dynamic Links

Hi everyone,
is there any way to implement dynamic link on parse?
For example, can you use Firabase’s Dynamic Links SDK?

Parse Server does not provide a feature specific for that but I believe that it can be achieved. Would you mind to share what you want to achieve and what is your app platform?

HI @davimacedo,
Thanks for the reply.
I am developing on the Android platform. I would like to simply create a share button on the app which creates a URL. Open this URL should open the app on the same shared page.

Take a look at this thread: Launch custom android application from android browser - Stack Overflow