Skip to content

Instantly share code, notes, and snippets.

@CC-Ultra
Created January 12, 2018 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CC-Ultra/16a1b88f5aeb69d031db131670cb0d42 to your computer and use it in GitHub Desktop.
Save CC-Ultra/16a1b88f5aeb69d031db131670cb0d42 to your computer and use it in GitHub Desktop.
private class FcmClientSettings implements IFcmClientSettings
{
@Override
public String getFcmUrl()
{
return O.FCM_URL;
}
@Override
public String getApiKey()
{
return O.FCM_API_KEY;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment