supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

feat: more admin methods #106

Closed Vinzent03 closed 1 year ago

Vinzent03 commented 1 year ago

The js function deleteUser returns an UserResponse object, but for me the api always returned an empty object. I don't know where the issue lies, so I created an issue on gotrue https://github.com/supabase/gotrue/issues/804

In addition, I changed the type of userMetadata and appMetadata to Map. because List didn't work.