Currently, when a user logs out of a Mendix Native app, the local database is automatically deleted.
- The need to re-fetch all data from the server after logging in again. This leads to:
- Longer load times when the app is restarted.Increased data usage and server API load.
- Increased data usage and server API load.
Let developers choose – an option to configure whether the local database should be deleted after logging out!
Benefits:
- Reduced data transfer, which is important for mobile users.
- Significantly better performance for apps with frequent logins.
- Useful option for apps with large amounts of data that need to be re-fetched.