Ionic2 + Firebase + angularfire2

Dear Friends,

I just start developing hybrid apps using ionic2 and angular2.
I decide to use firebase with angularfire2, following this tutorial:

https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md

Everything works fine when I type ionic serve in terminal.
But when I run with ionic run -l and try to open in browser it’s redirect me to firebase console. Meanwhile on iOS simulator run perfect.

Can somebody help me to resolve this issue?
Also, recommend me some hosting to deploy apps with ionic 2 and firebase.

Thank you very much!

Have you looked at these resources for Ionic/AngularFire/FireBase?

Thank you for your response. This is proper for apps that is growing. My “project” is just for hobby and I am curious why is this happen.