I need to send custom firebase password-reset link, that should lead to app if it exists, or to firebase reset-password-page.
URL: myapp://page1?code=1234
I want next behavior: If user has app, he redirect to app to page1. If user not has app, i want to parse url parameters and go to fallback url - https://mywebsite.com/index?code=1234
Is it possible, using Branch.io or Facebook Deeplinks?