You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/INVITES_DYNAMICLINKS.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Since plugin version 3.12.0 you can use Firebase _Invites_ features.
5
5
6
6
_Invites_ lets you invite other users to your app from right within your own app, via SMS and/or Email.
7
7
8
+
Keep in mind that invites are based of dynamic links, and so calling for an invite may return a plain dynamic link, in which case invitationId is null.
9
+
8
10
### Android
9
11
*[Make sure you've uploaded your SHA1 fingerprint(s)](https://developers.google.com/android/guides/client-auth) to the Firebase console, then download the latest `google-services.json` file and add it to `app/App_Resources/Android`.
10
12
@@ -110,12 +112,12 @@ The options you can pass to `sendInvitation` are:
110
112
111
113
112
114
### invites.getInvitation
113
-
When the user opens your app from an invite, you can retrieve the details via the `getInvitation` function:
115
+
When the user opens your app from an invite or a dynamic link, you can retrieve the details via the `getInvitation` function after you initialize Firebase:
// Pass notification to auth and check if they can handle it (in case phone auth is being used), see https://firebase.google.com/docs/auth/ios/phone-auth
71
+
72
+
// Pass notification to auth and check if they can handle it (in case phone auth is being used), see https://firebase.google.com/docs/auth/ios/phone-auth
0 commit comments