You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed all the steps in https://firebase.google.com/docs/auth/web/cordova and I checked with Ionic Lab, it worked fine but it doesn't work when I ran it on my real android device.
It redirect to localhost:8080 and I get "localhost refuse to connect ERR_CONNECTION_REFUSED"
it works on android device If I use signinwithPopUp but it doesn't work on IOS so I wanna use Redirect for signing in method.
can anyone help me???
I set up config.xml, app.module.ts correctly I just don't understand it doesn't work when my app runs on real device.