I am to using firebase-messaging library and trying to fetch the token using below method on app launch.
firebase-messaging
FirebaseInstanceId.getInstance().getInstance
There was problem in merged manifest, following service was missing from the merged manifest. Added same to AndroidManifest.xml it worked like a charm.
AndroidManifest.xml
Everything is working fine now.