fetch

suspend fun FirebaseRemoteConfig.fetch(minimumFetchIntervalInSeconds: Long)(source)

Deprecated

Replaced with Kotlin Duration

Replace with

fetch(minimumFetchIntervalInSeconds.seconds)