Authentication with social media
akram-95 opened this issue · 6 comments
akram-95 commented
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
dshukertjr commented
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.
akram-95 commented
@dshukertjr , but how can I use this method if I'm already using Supabase-dart?
dshukertjr commented
You could start using supabase_flutter
!
supabase_flutter
contains everything that supabase_dart
contains, so migration should not be that hard!
akram-95 commented
Yeah but the point supabase_flutter doesn't yet support null safety
dshukertjr commented
akram-95 commented
@dshukertjr Ok thanks