Hi all,
I have started an Ionic 2 project and based it on this youtube video to setup Angularfire and Auth. https://www.youtube.com/watch?v=ngnSOTSS8Q8
- I have setup Facebook auth in my Firebase.
- I have setup
firebaseAuthconfig
in app.ts like this:
firebaseAuthConfig({ method: AuthMethods.Popup, provider: AuthProviders.Facebook }),
and in the browser with ionic serve
this works perfectly.
But on my android device this doesn’t work.
AuthMethods.Redirect
does not work either.
Any help?