Search code examples
androidfirebasefirebase-in-app-messaging

What is the difference between In-App Messaging and In-App Messaging Display in Firebase


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.o


Solution

  • 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.

    https://developers.google.com/android/guides/setup