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.
You just have to take a look at the docs:
This class was deprecated.
Use
FirebaseAppInvite
, returned bygetInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData)
, which holds the deep link and invitation id.