@@ -67,9 +67,9 @@ public class FirebaseRemoteConfig {
67
67
* FirebaseApp} has been initialized yet, this method throws an {@link IllegalStateException}.
68
68
*
69
69
* <p>To identify the current app instance, the fetch request creates a Firebase Installations ID,
70
- * which periodically sends data to the Firebase backend. To stop the periodic sync, call
71
- * {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
72
- * and resume the periodic sync, call {@code fetch} again.
70
+ * which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
71
+ * com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
72
+ * resume the periodic sync, call {@code fetch} again.
73
73
*
74
74
* @return A singleton instance of {@link FirebaseRemoteConfig} for the default {@link
75
75
* FirebaseApp}.
@@ -304,9 +304,9 @@ public Task<Boolean> activate() {
304
304
* default is 12 hours.
305
305
*
306
306
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
307
- * which periodically sends data to the Firebase backend. To stop the periodic sync, call
308
- * {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
309
- * and resume the periodic sync, call {@code fetch} again.
307
+ * which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
308
+ * com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
309
+ * resume the periodic sync, call {@code fetch} again.
310
310
*
311
311
* @return {@link Task} representing the {@code fetch} call.
312
312
*/
@@ -327,9 +327,9 @@ public Task<Void> fetch() {
327
327
* configs are either served from local storage, or fetched from the backend.
328
328
*
329
329
* <p>To identify the current app instance, the fetch request creates a Firebase Instance ID,
330
- * which periodically sends data to the Firebase backend. To stop the periodic sync, call
331
- * {@link com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token
332
- * and resume the periodic sync, call {@code fetch} again.
330
+ * which periodically sends data to the Firebase backend. To stop the periodic sync, call {@link
331
+ * com.google.firebase.installations.FirebaseInstallations#delete}. To create a new token and
332
+ * resume the periodic sync, call {@code fetch} again.
333
333
*
334
334
* @param minimumFetchIntervalInSeconds If configs in the local storage were fetched more than
335
335
* this many seconds ago, configs are served from the backend instead of local storage.
0 commit comments