supabase/supabase-dart

Authentication with social media

akram-95 opened this issue · 6 comments

I'm using supabase as a backend and I'm so happy to use but I want to implement authentication with social media.
Can you please implement this feature?
It would be great

Hi @akram-95 !

You can actually sign users in via social account today!

You can follow the steps here to implement deeplink. Then you can use the auth.signInWithProvider() method available on supabase_flutter to sign your users in.

@dshukertjr , but how can I use this method if I'm already using Supabase-dart?

@akram-95

You could start using supabase_flutter!
supabase_flutter contains everything that supabase_dart contains, so migration should not be that hard!

Yeah but the point supabase_flutter doesn't yet support null safety

@akram-95
supabase_flutter does support null safety. You can read more about it here, but supabase_flutter not having the null-safety badge on pub.dev is just a bug on Flutter and index.db! You can safely and confidently migrate to supabase_flutter!

@dshukertjr Ok thanks