Skip to content

Commit 01c89d2

Browse files
committed
Update docs for getAccessToken
1 parent a1b2b35 commit 01c89d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/src/main/java/com/google/firebase/samples/config/Configure.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public class Configure {
3737
* Retrieve a valid access token that can be use to authorize requests to the Remote Config REST
3838
* API.
3939
*
40-
* This method assumes it is either running in a trusted Google environment like GCP or if running
41-
* elsewhere the the GOOGLE_APPLICATION_CREDENTIALS environment variable is set to the path of the
42-
* service account credentials file.
40+
* This method must be called in either a trusted Google environment like GCP or if running
41+
* elsewhere the GOOGLE_APPLICATION_CREDENTIALS environment variable must be set to the path
42+
* of the service account credentials file.
4343
*
4444
* @return Access token.
4545
* @throws IOException

0 commit comments

Comments
 (0)