facebook signInWithOAuth help
Is there an way to use the code provided by supabase but to open the facebok app for the user instead of web. More then likely the user will not be logged into web on their mobile device but have the facebook app installed.
I would assume externalApplication would open facebook app itself but it seems to load urls. I have also verified that kIsWeb is false.
I tried the alternative approach using however there are several issues concerning limited login vs old login methods that seem to be causing an issue in flutter.
I would assume externalApplication would open facebook app itself but it seems to load urls. I have also verified that kIsWeb is false.
I tried the alternative approach using however there are several issues concerning limited login vs old login methods that seem to be causing an issue in flutter.