File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
config/src/main/java/com/google/firebase/samples/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments