Created
November 1, 2019 01:40
-
-
Save BurningDroid/4211814d0fb33e383dfed0d28380dc85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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