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()
I had the same problem like you. My mistake was the following: I placed my tags outside the tag in the AndroidManifest.xml file.
Now mine looks like this:
And it works without any problem.