Google Auth with React Native using supabase-js v2.

Does anyone know how to use Google auth in React Native using supabase-js v2. With supabase-js v1 you just have to get the refresh token and passed to supabase.auth.signin({refresh_token:<refresh_token>}); but this method is no longer available in v2.
Was this page helpful?