Skip to content

Commit 3d04522

Browse files
athiramanuAthira M
and
Athira M
authored
RC doc update to provide default prod value for minimumFetchIntervalMillis (#389)
* Add comment to highlight the default prod value for minimumFetchIntervalMillis. Issue addressed: firebase/firebase-js-sdk#2841 * Update code snipped with default prod value for minimumFetchIntervalMillis. * Update code snipped with default prod value for minimumFetchIntervalMillis. * Update code snipped with default prod value for minimumFetchIntervalMillis. --------- Co-authored-by: Athira M <[email protected]>
1 parent 56d7062 commit 3d04522

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

remoteconfig-next/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function getInstance() {
1414
function setMinimumFetchTime() {
1515
const remoteConfig = getInstance();
1616
// [START rc_set_minimum_fetch_time]
17+
// The default and recommended production fetch interval for Remote Config is 12 hours
1718
remoteConfig.settings.minimumFetchIntervalMillis = 3600000;
1819
// [END rc_set_minimum_fetch_time]
1920
}

snippets/remoteconfig-next/index/rc_set_minimum_fetch_time.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
// 'npm run snippets'.
66

77
// [START rc_set_minimum_fetch_time_modular]
8+
// The default and recommended production fetch interval for Remote Config is 12 hours
89
remoteConfig.settings.minimumFetchIntervalMillis = 3600000;
910
// [END rc_set_minimum_fetch_time_modular]

0 commit comments

Comments
 (0)