From 4ae62fc3f30fdb2991ac0aa18b15897e74ff2b61 Mon Sep 17 00:00:00 2001 From: Athira M Date: Wed, 22 Jan 2025 19:10:45 +0530 Subject: [PATCH] Add comment to highlight the default prod value for minimumFetchIntervalMillis. Issue addressed: https://github.com/firebase/firebase-js-sdk/issues/2841 --- snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js b/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js index 131976c5..f5aee1ec 100644 --- a/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js +++ b/snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js @@ -5,5 +5,6 @@ // 'npm run snippets'. // [START rc_set_minimum_fetch_time_modular] +// The default and recommended production fetch interval for Remote Config is 12 hours. remoteConfig.settings.minimumFetchIntervalMillis = 3600000; // [END rc_set_minimum_fetch_time_modular] \ No newline at end of file