Skip to content

Commit 4ac4cde

Browse files
Update README.md
1 parent 9a53188 commit 4ac4cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Column(Modifier.fillMaxWidth(), horizontalAlignment = Alignment.CenterHorizontal
5151
val scope = rememberCoroutineScope()
5252
Button(onClick = {
5353
scope.launch {
54-
//Without callback, Recommended way
54+
//Without callback, Recommended way, available after 0.2.0
5555
val result = googleAuthManager.signIn()
5656
if (result.isSuccess) {
5757
println("Login Successful user: ${result.getOrNull()}")

0 commit comments

Comments
 (0)