Delete user profile

Hi, Everyone!

Please, is there a easy way to the user delete his profile? I didn’t find any answer in the topics for this issue.

I need this to publish my app in Apple Store.

Best regards,

Rafael Salla

You can allow users to delete rows in your tables, but that’s only part of it. There is also the internal data stored within Glide that is not part of you tables. That part you would have to delete manually once requested by the user.

Thanks! Is it possible that the user delete his informations directly using “Data => DELETE USER DATA”?

The part I shared to delete internal user data can only be accomplished by you as the developer. User’s can’t do it themselves.

As far as I’m aware, a user cannot remove all of their data on their own. You would have to be involved as well. The most they could do is delete rows in tables.

1 Like