Package com.
devbase.
firebase.
config
Defines handler for fetching and getting value from remote config
Types
Link copied to clipboard
class FirebaseRemoteConfiguration(@XmlRes val defaultValues: Int?, val interval: Long?) : DevRemoteConfig
Content copied to clipboard
Firebase Remote Config Implementation
Link copied to clipboard
data class FirebaseValue(val value: FirebaseRemoteConfigValue) : RemoteConfigValue
Content copied to clipboard
Firebase Remote Config Value