Hide tabs menu

I think it’s better that you have a login page and another that is your main one.

this.nav.setRoot (FirstRunPage);

Once you have your session started you can change your root page again

this.nav.setRoot (MainPage);