Skip to content

Commit

Permalink
fixing remote-config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Idrees committed Jul 18, 2022
1 parent e303387 commit afa68c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RemoteConfigDate(private val remoteTopic: String) {
.setMinimumFetchIntervalInSeconds(timeInMillis)
.build()
remoteConfig?.setConfigSettingsAsync(configSetting)
remoteConfig?.fetch(timeInMillis)
// remoteConfig?.fetch(timeInMillis)
remoteConfig?.setDefaultsAsync(
mapOf(remoteTopic to Gson().toJson(Any()))
)
Expand Down

0 comments on commit afa68c1

Please sign in to comment.