Question about supabase oauth in mobile.

So I was trying to setup oauth authentication for my react native application. I saw a blog post about supabase authentication here and noticed that it opens a webview to sign in your account in this example google oauth2 url. I was looking for like a firebase solution in which the application doesn't require webview to open a link but opens the google directly like this. Is this possible, I can't find any example of this on react native.
screenshot-android.png
Was this page helpful?