Instructions
Instructions to Use the "Local Storage and Session Storage Helper" Plugin
Install the Plugin in Your Bubble App
Open your Bubble app editor.
Navigate to the Plugins tab.
Click on Add Plugins and search for "Local Storage and Session Storage Helper"
Install the plugin into your app.
Use the Storage Handler Element
Place the Storage Handler element on your page. You can find it in the Visual Elements section of the Bubble editor.
Use Plugin Actions in Workflows
Open the Workflow Editor in Bubble.
Use the plugin’s actions to interact with local storage:
Add to Local Storage: Save one or multiple key-value pairs to local storage.
Add to Local Storage Encrypted: Save one or multiple key-value pairs to local storage with AES encryption.
Retrieve from Local Storage: Retrieve one or multiple key-value pairs.
Delete from Local Storage: Remove one or multiple key-value pairs from local storage.
Clear Local Storage: Wipe all data from local storage.
Add to Session Storage: Save one or multiple key-value pairs to session storage.
Add to Session Storage Encrypted: Save one or multiple key-value pairs to session storage with AES encryption.
Retrieve from Session Storage: Retrieve one or multiple key-value pairs.
Delete from Session Storage: Remove one or multiple key-value pairs from session storage.
Clear Session Storage: Wipe all data from session storage
Provide the required inputs (e.g., key and value) for each action.