Quickstart-android: FirebaseInstanceIdService is deprecated

Created on 1 Jul 2018  路  4Comments  路  Source: firebase/quickstart-android

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.

Most helpful comment

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings