The Delete From Local Storage action allows certain data to be deleted from the browser's local storage.
With this action:
- You can delete user data under certain conditions instead of storing it for a long time.
- You can purge unnecessary or outdated data based on user interactions.
- Improve the performance of your application by effectively managing local storage data.
Delete From Local Storage action is supported in web and mobile apps.
Add Delete From Local Storage Action
- Log in to the Kuika platform and open the project you will work on from the Apps screen.
- Switch to the UI Design module and open the Properties panel on the right side.
- Click on the + ADD ACTION drop-down menu.
- Select Initial Actions → Local Storage → Delete From Local Storage.
- Configure the following field from the drop-down menu:
- Key: Specify the key that identifies the data to be deleted.
By following these steps, you can successfully configure the Delete From Local Storage action on the Kuika platform.