I have a pwa app that is implementing one auth method only via sign-in with email link.
(I'm using firebase's Passwordless authentication with email link strategy)
I can open the email with the link, however the link to authenticate the user will open the default browser (e.g. Safari) instead of the PWA that is installed in the home screen. Does anyone have any idea how to get around this? The user can't use the installed PWA if they can never be authenticated in it. :(