Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Invites on Android: AppInviteApi has been deprecated #478
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 8, 2017
1 parent b9e11aa commit 68592fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions firebase.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -2106,9 +2106,9 @@ firebase.invites.getInvitation = function () {
}
});

// TODO I think this is deprecated since 11.0 - check the latest docs: https://firebase.google.com/docs/invites/android
com.google.android.gms.appinvite.AppInvite.AppInviteApi.getInvitation(firebase._mGoogleApiClient, activity, autoLaunchDeepLink)
.setResultCallback(getInvitationCallback);
firebaseDynamicLinks.getDynamicLink(activity.getIntent())
.addOnSuccessListener(onSuccessListener)
.addOnFailureListener(onFailureListener);


} catch (ex) {
Expand Down

0 comments on commit 68592fa

Please sign in to comment.