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

Commit fd20c5e

Browse files
Allow usage of Dynamic Links without Invites #873
1 parent 19a1523 commit fd20c5e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo-ng/firebase.nativescript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"google_auth": false,
1313
"admob": false,
1414
"invites": false,
15+
"dynamic_links": false,
1516
"ml_kit": true,
1617
"ml_kit_text_recognition": true,
1718
"ml_kit_barcode_scanning": true,

demo/firebase.nativescript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"google_auth": true,
1313
"admob": true,
1414
"invites": true,
15+
"dynamic_links": true,
1516
"ml_kit": false
1617
}

0 commit comments

Comments
 (0)