I'm using : implementation 'com.google.firebase:firebase-messaging:17.1.0'
when i have extended FirebaseInstanceIdService class, it showing that this is deprecated.
how should i get refreshed token, as this showing deprecated.
Cross-posted on StackOverflow.
As this answer suggests, you simply need to override the onNewToken(String token) method from the FirebaseMessagingService class.
Here I wrote something :) :+1:
Solution of Deprecated FirebaseInstanceIdService
See #556
http://www.freakyjolly.com/resolved-firebaseinstanceidservice-is-deprecated/
Most helpful comment
Here is Solution explained!
http://www.freakyjolly.com/resolved-firebaseinstanceidservice-is-deprecated/