-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase passwordless auth deeplinks aren't working #33
Comments
Ok - so had to change native code as to which notification it sent and conform with the plugin's expected notification type/name. This seems quite undocumented and a little over the top so I think I'm hacking around something obvious but don't know what it is, but this hack works well. Code that worked: ` @available(iOS 9.0, *)
|
Spent days on this - really not sure what's wrong...
iOS is able to open deeplinks, and this code in appdelegate is able to see them come in:
What I did in a pretty entry point authentication handler:
The links themselves are passwordless authenticator links in the format:
https://domain.page.link/?link=https://domain.com/__/auth/action?apiKey%3Dcode%26mode%3DsignIn%26oobCode%3Dcode%26continueUrl%3Dhttps://domain.com/%26lang%3Den&apn=com.domain.app&amv&ibi=com.domain.app&ifl=https://domain.com/__/auth/action?apiKey%string%26mode%3DsignIn%26oobCode%code%26continueUrl%3Dhttps://domain.com/%26lang%3Den
and are created by:
I even made this plugin update to log where it's failing, but none of this runs.
The text was updated successfully, but these errors were encountered: