Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BurningDroid/4211814d0fb33e383dfed0d28380dc85 to your computer and use it in GitHub Desktop.
Save BurningDroid/4211814d0fb33e383dfed0d28380dc85 to your computer and use it in GitHub Desktop.
public class FCMInstanceIdService extends FirebaseInstanceIdService {
@Override
public void onTokenRefresh() {
String refreshedToken = FirebaseInstanceId.getInstance().getToken();
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment