I am using FireBase Dynamic Links and generating my links on the fly by concatenating documented parameters to get a link that either deep links into the application or prompts the user to install it and then recovers the link in the application, still.
But I am not able to figure out how to tell whether the application is installed so I can have the link say either "Install" or "Open" (or similar).
Is this functionality out of scope of FireBase Dynamic Links? Do I need to integrate FireBase auth somehow perhaps or is it completely not something FireBase SDK can do for me? Will Branch.io help me there? Other product / approach?