I recently check the dependencies of Firebase for Android and notice that there is a new dependency named In-App Messaging Display? What is the difference between this two? The documentation is all the same.
The inapp-messaging-display
is a sub dependency and the inappmessaging
is the parent dependency.
It is the same as adding google play service:
implementation 'com.google.android.gms:play-services:15.0.1'
which will give you all the libraries under the google play service, but it is not recommended to use.