F
supabase.composeAuth.rememberSignInWithGoogle(
onResult = { result -> //optional error handling
when (result) {
is NativeSignInResult.Success -> {}
is NativeSignInResult.ClosedByUser -> {}
is NativeSignInResult.Error -> println(result.message)
is NativeSignInResult.NetworkError -> {}
}
},
)
Ume Channel
A modern programming language that makes developers happier.