supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
662 stars 155 forks source link

fix: Correct the id value passed to `.unlinkIdentity()` method #841

Closed Alexays closed 4 months ago

Alexays commented 4 months ago

Just implemented manual linking, and found that the unlink method just doesnt work cause the wrong id is used.

AuthException(message: identity_id must be an UUID, statusCode: 400)

Here's the fix :)

dshukertjr commented 4 months ago

Thanks for this fix!