Skip to content

Instantly share code, notes, and snippets.

@PetkevichPavel
Created August 24, 2019 08:17
Show Gist options
  • Save PetkevichPavel/3564c09baa8816ced8cbd263a74a802a to your computer and use it in GitHub Desktop.
Save PetkevichPavel/3564c09baa8816ced8cbd263a74a802a to your computer and use it in GitHub Desktop.
AN_Cloud Function: App extension class.
/**
* App extension function, which return reference on RemoteConfigFunctions.
* @return reference on RemoteConfigFunctions.
*/
fun App.getRCF() = RemoteConfigFunctions(gson, this, this, remoteConfigManager)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment