Log in with two different types of account

Hey guys, I’m a newbie using ionic and i want to ask something about log in. I wanna build an app about sex education for kids. In order to get enough monitoring from their parents, I want to make two types of account, which are for kids and parents. If the app validate the user (when log in) as a kid user, then app will have to display normal case which is they will get a set of menu about studying sex education. And if the app validate the user as parent user, app will have to display something else (e.g: Their kids profile, including what they learn and their report card).

My question: Is it possible in Ionic if we make two different types of account and redirect them to two different types of menu/page based on their type of account? Or if it’s not possible, do you guys have a solution for monitoring functionality in an ionic app ?

Thanks a lot.