Skip to content

Commit 6b1576d

Browse files
committed
Make it clear what this refers to
Fixes #148
1 parent e04e70d commit 6b1576d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ can be started as follows:
125125

126126
```
127127
startActivityForResult(
128+
// Get an instance of AuthUI based on the current activity (this in the line blow)
128129
AuthUI.getInstance(this).createSignInIntentBuilder().build(),
129130
RC_SIGN_IN);
130131
```

0 commit comments

Comments
 (0)