We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent e30cb24 commit 42962fcCopy full SHA for 42962fc
auth/README.md
@@ -125,8 +125,8 @@ can be started as follows:
125
126
```
127
startActivityForResult(
128
- // Get an instance of AuthUI based on the current activity (`this` in the line below)
129
- AuthUI.getInstance(this).createSignInIntentBuilder().build(),
+ // Get an instance of AuthUI based on the default app
+ AuthUI.getInstance().createSignInIntentBuilder().build(),
130
RC_SIGN_IN);
131
132
0 commit comments