Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseInstanceIdService is deprecated #57

Open
thatfiredev opened this issue Jul 12, 2018 · 2 comments
Open

FirebaseInstanceIdService is deprecated #57

thatfiredev opened this issue Jul 12, 2018 · 2 comments
Assignees
Labels

Comments

@thatfiredev
Copy link
Member

The FirebaseInstanceIdService class has been deprecated in version 17.1.0. Consequently, the MyFirebaseInstanceIdService class in step 10 is no longer necessary and should be removed.
The code in onTokenRefresh() should be moved to onNewToken() from the MyFirebaseMessagingService class.

@samtstern
Copy link
Contributor

@rosariopfernandes you're right, we will get this fixed.

@luciano-buono
Copy link

Could you provide the full MyFirebaseMessagingService class?

The methon onNewToken() is never used when I put it in MyFirebaseMessagingService class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants