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

Commit 9799fd7

Browse files
author
Denny Beulen
committed
fixed invitation sample code
1 parent 9fc821c commit 9799fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/INVITES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When the user opens your app from an invite, you can retrieve the details via th
5858
```js
5959
firebase.invites.getInvitation().then(
6060
function (result) { // GetInvitationResult
61-
console.log("deeplink: " + result.deeplink + ", invitationId: " result.invitationId);
61+
console.log("deeplink: " + result.deeplink + ", invitationId: " + result.invitationId);
6262
},
6363
function (error) {
6464
console.log("getInvitation error: " + error);

0 commit comments

Comments
 (0)