-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Authentication popup in ionic2 #261
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
Comments
Seems it's Firebase SDK problem. I've added extra tracings and got this error: But in hybrid app I have 'file://' protocol... Can someone forward me to correct repository there I can file this issue? |
See #243. No fix yet, but we're working on it. |
Was this every fixed? Currently running into this issue with oAuth for google sign in |
I found the redirect method to work better |
I had configured authentication and it was working before updating to
2.0.0-beta.1
(sdk 3.0). All plugins are installed (inappbrowser).But when I am calling
this.af.auth.login()
nothing is shown - no popup, no error. However when I callwindow.open
I do see popup.Do Angularfire/Firebase use something different from
window.open
to open auth popup?The text was updated successfully, but these errors were encountered: