I added this to my project:
implementation \'com.google.firebase:firebase-messaging:19.0.0\'
and result:
ERROR: Manifest me
This Issue occur due to support and andoidx library both present.
Check Firebase Release Note.
This release is a MAJOR version update and includes breaking changes. With this release, libraries are migrated from the Android Support Libraries to the Jetpack (AndroidX) Libraries. The updated libraries will not work unless you make the following changes in your app: Upgrade com.android.tools.build:gradle to v3.2.1 or later. Upgrade compileSdkVersion to 28 or later. Update your app to use Jetpack (AndroidX); follow the instructions in Migrating to AndroidX.
If you have used support version in your gradle, than down firebase version to 18.0.0. Otherwise you need to migrate to androidx.