In my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. But it seem
MainActivity
FirebaseInstanceId.getInstance().getToken()
Make sure you have added
apply plugin: 'com.google.gms.google-services'
this to bottom of the app.gradle file