Firebase onTokenRefresh() is not called
问题 In my MainActivity in my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. But it seems like in my MyFirebaseInstanceIDService where it is extends to FirebaseInstanceIdService , the onTokenRefresh() is not called, where in this function it was said that the token is initially generated here. I needed to call sendRegistrationToServer() that\'s why I\'m trying to know why it doesn\'t go in the onTokenRefresh() . Here is my code public