Beginner: Login-Screen

Hello, I want to make a start what checks everytime if the user is logged in or not. When logged in => Homescreen, if not => Loginscreen with Register Button.

I only use the Framework7 Core Cordova Version.

What is the best way to do it? I’ve seen the Documentation but don’t really get it.
Can I make a “if” in routes.js? and is there any Template where i can copy it and learn from it?
Also I saw the Tutorial with Firebase but it was used with Vue.

Best regards.
(sorry for the beginner questions :smile: I really like this Framework and want to learn how to use it.)

Hello,

Can I make a “if” in routes.js? and is there any Template where i can copy it and learn from it?

Check this: https://framework7.io/docs/routes.html#route-before-enter-leave

1 Like

Thank you very much. Didn’t see that in the documentation. Sorry!