how can i add an option for users to delete their account? i read that it is needed for app store approval
You can use webhook workflow or manual workflow to delete a user and related data on demand. Call that webhook with the user in the body.
Or if you want to do it manually, add a contact form, and when you receive a request, from the Glide builder, in settings → data, there is an option to delete user data.
Also consider all user data not stored in your tables.
Thank you for your reply, by any chance is there a youtube video explaining what you mean? I am kinda new to glider and I don’t know a lot about it yet
Yea i am ok with all user specific data getting deleted but most important thing is to enable users to delete their account because its in the guideline for apple store publish