Skip to content

Instantly share code, notes, and snippets.

@maxirosson
Created September 30, 2021 03:01
Show Gist options
  • Save maxirosson/dcb8885e8ff8a923fcfd51ef305a7287 to your computer and use it in GitHub Desktop.
Save maxirosson/dcb8885e8ff8a923fcfd51ef305a7287 to your computer and use it in GitHub Desktop.
package com.dipien.firebase.remoteconfig
interface RemoteConfigParameter {
fun getKey(): String
fun getDefaultValue(): Any
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment