Apple and Google require all apps that allow users to create accounts to provide a way for users to request account and data deletion. To comply with these guidelines, you can add an account deletion form to your Glide app. This tutorial walks you through the process of setting up this feature on the user profile page.
Steps to Add an Account Deletion Form
- Log In to the Glide Dashboard
- Navigate to Glide Dashboard and log in with your credentials.
- Open the app where you want to implement the account deletion feature.
- Access the Profile Page
- In the app editor, locate the Profile Page where users manage their account information.
- Drag and Drop a Button
- From the Components panel on the left, drag the Button component to the desired location on the profile page.
- Name the button: Delete Account.
- Create a Form for Account Deletion
- Select the Delete Account button, then link it to a new Form Screen.
- Customize the form with the following details:
- Form Title: Delete Account Request.
- Form Fields:
- Your Name (Text Input Field)
- Your Email (Email Input Field)
- Form Description:”We will delete your account within 3-7 days after submitting this form, and we will miss you.”
Or you can watch this video: