-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/delete-user #45
feat/delete-user #45
Conversation
Deploying appforit with Cloudflare Pages
|
77cafbf
to
f66aad6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found this in the docs:1
You cannot delete a user if they are the owner of any objects in Supabase Storage.
You will encounter an error when you try to delete an Auth user that owns any Storage objects. If this happens, try deleting all the objects for that user, or reassign ownership to another user.
Probably we need to test this against the remote Supabase though.. locally it didn't seem to be a problem.
Footnotes
2dee952
to
45652b6
Compare
45652b6
to
ac3e164
Compare
ac3e164
to
1e3da2c
Compare
Closes #38