Is Logged In?

Usually used to verify if the user is logged and access in the app.

The is logged in? is a function in the users functions which allows to the app and admin if that user is actually logged to have access to data associated with that user and his private content.

↗ Callbacks

  • User is logged in: you can set functions or say which screen should be accessible if user is logged.

  • User is not logged in: you can set functions or say which screen should be accessible if user isn't logged.

📤 Out vars

  • ID current user: select the specific user ID to get if his is logged or not.

👉 Example.

  1. Open splash screen and add an on load.

  2. Add an is logged in? function.

  3. Activate a replace screen to the home if the user is logged in.

  4. Activate a replace screen to the register page if the user is not logged in or he logout from the app.

If the fist page of the app is a splash screen the app will check if the user previously login or not.

Última actualización