Skip to content

Instantly share code, notes, and snippets.

@harshabhadra
Last active October 13, 2019 14:26
Show Gist options
  • Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.
Save harshabhadra/29627e781f2652c4b3e8f50f07ec9df7 to your computer and use it in GitHub Desktop.
// Remote Config keys
private static final String LOADING_PHRASE_CONFIG_KEY = "loading_phrase";
private static final String WELCOME_MESSAGE_KEY = "welcome_message";
private static final String CREATE_FORCE_UPDATE_DIALOG_KEY = "create_force_update_dialog";
private static final String VERSION_NAME_KEY = "version_name";
String MY_APP_URL = "https://play.google.com/store/apps/details?id=com.technoidtintin.android.moviesmela";
String version;
private FirebaseRemoteConfig mFirebaseRemoteConfig;
private TextView mWelcomeTextView, versionNameTextView;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment