androidfirebasefirebase-invites

AppInviteReferral is deprecated. Is there an alternative?


I am following the Firebase invite tutorial from https://developers.google.com/android/reference/com/google/android/gms/appinvite/AppInviteInvitation.IntentBuilder

A lot of code is relying on deprecated classes. Is there a alternative 'new' classes and apis.


Solution

  • You just have to take a look at the docs:

    This class was deprecated.

    Use FirebaseAppInvite, returned by getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData), which holds the deep link and invitation id.