Supabase deep linking with facebook oauth

Hi, I am using Sign in with Facebook with supabase. I have a simple Next.js web page with a Sign in with Facebook button. I'm showing this web page in my react native app in a react-native-webview modal. The problem is that the auth link takes the user to facebook and makes the user sign in with facebook username and password every time. I was wondering how I could make it such that it deep linked into the Facebook app on the user's phone if they have it installed. I've seen apps such as Zero with this type of functionality. They have a web view modal which opens when user wants to sign in with facebook, and right away there's a pop up that asks the user if they want to deeplink into the facebook app. Would appreciate any help here!
Was this page helpful?