I implemented firebase dynamic links into my app. It should work in this way:
user click link, it opens play store,
user click install,
after installation play store should show continue
green button, it opens app in determined by link activity that handle firebase dynamic link data
There is one case where play store do not present 'continue' button. If user never had my app on his phone and never had it on his google account. I am able to reproduce that by removing app from phone, removing google account from phone, clearing google and play store data/cache, creating and adding new google account.
In this case user instead of continue
will get open
button, that opens app normally and it miss my dynamic link flow.
Is this a play store issue or is this Firebase dynamic link configuration issue? If this is play store issue where I can ask about that or fill out a bug report to Google?