Authentication
For the authentication you got 2 options:
No authentication
Pages inside your app won’t be protected and there is no login required.
Standard Email + Password
A default login and register page will be added in front of your selected navigation layout.
Additionally, a guard will protect all inside pages of your application after the login.
The guard and login depend on your selected backend (Firebase/API) and will generate the according service functionalities!
This option is not available for apps without a backend yet.