Skip to content

Commit 512df9d

Browse files
committed
Fix installation docs.
1 parent 34e356d commit 512df9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/FirebaseRemoteConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class FirebaseRemoteConfig {
6666
* <p>{@link FirebaseRemoteConfig} uses the default {@link FirebaseApp}, so if no {@link
6767
* FirebaseApp} has been initialized yet, this method throws an {@link IllegalStateException}.
6868
*
69-
* <p>To identify the current app instance, the fetch request creates a Firebase Installations ID,
69+
* <p>To identify the current app instance, the fetch request creates a Firebase installation ID,
7070
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
7171
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
7272
* resume the periodic sync, call {@code fetch} again.
@@ -303,7 +303,7 @@ public Task<Boolean> activate() {
303303
* FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long)}; the static
304304
* default is 12 hours.
305305
*
306-
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
306+
* <p>To identify the current app instance, the fetch request creates a Firebase installation ID,
307307
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
308308
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
309309
* resume the periodic sync, call {@code fetch} again.
@@ -326,7 +326,7 @@ public Task<Void> fetch() {
326326
* <p>Depending on the time elapsed since the last fetch from the Firebase Remote Config backend,
327327
* configs are either served from local storage, or fetched from the backend.
328328
*
329-
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
329+
* <p>To identify the current app instance, the fetch request creates a Firebase installation ID,
330330
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
331331
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
332332
* resume the periodic sync, call {@code fetch} again.

0 commit comments

Comments
 (0)