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
Copy file name to clipboardExpand all lines: docs/dynamic-links/usage/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ a Dynamic Link on iOS or Android, they can be taken directly to the linked conte
38
38
39
39
## Firebase Setup
40
40
41
-
1. Open the Dynamic Links tab and configure a new domain for your app. In this test example, I've created one for `https://rnfbtestapplication.page.link`.
41
+
1. Open the Dynamic Links tab and configure a new domain for your app. In this test example, we've created one for `https://rnfbtestapplication.page.link`.
42
42
43
43

44
44
@@ -154,7 +154,7 @@ async function buildLink() {
154
154
link:'https://invertase.io',
155
155
// domainUriPrefix is created in your Firebase console
156
156
domainUriPrefix:'https://xyz.page.link',
157
-
// optional set up which updates Firebase analytics campaign
157
+
// optional setup which updates Firebase analytics campaign
158
158
// "banner". This also needs setting up before hand
159
159
analytics: {
160
160
campaign:'banner',
@@ -171,7 +171,7 @@ The module provides two methods for reacting to events related to the applicatio
171
171
172
172
### Foreground events
173
173
174
-
When the app is in the foreground (visible on the device), you can use the `onLink` method to subscribe to events as and
174
+
When the app is in the foreground state (visible on the device), you can use the `onLink` method to subscribe to events as and
0 commit comments