@@ -66,7 +66,7 @@ public class FirebaseRemoteConfig {
66
66
* <p>{@link FirebaseRemoteConfig} uses the default {@link FirebaseApp}, so if no {@link
67
67
* FirebaseApp} has been initialized yet, this method throws an {@link IllegalStateException}.
68
68
*
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,
70
70
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
71
71
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
72
72
* resume the periodic sync, call {@code fetch} again.
@@ -303,7 +303,7 @@ public Task<Boolean> activate() {
303
303
* FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long)}; the static
304
304
* default is 12 hours.
305
305
*
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,
307
307
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
308
308
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
309
309
* resume the periodic sync, call {@code fetch} again.
@@ -326,7 +326,7 @@ public Task<Void> fetch() {
326
326
* <p>Depending on the time elapsed since the last fetch from the Firebase Remote Config backend,
327
327
* configs are either served from local storage, or fetched from the backend.
328
328
*
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,
330
330
* which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
331
331
* com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
332
332
* resume the periodic sync, call {@code fetch} again.
0 commit comments