Skip to content

Commit 36f9f9b

Browse files
docs(dynamic-links): warn users about enabling deep linking in their Flutter app (#10382)
* docs(dynamic-links): warn users about enabling deep linking in their Flutter app * docs(dynamic-links): rm ## * Update docs/dynamic-links/receive.md Co-authored-by: Kevin Cheung <[email protected]> --------- Co-authored-by: Kevin Cheung <[email protected]>
1 parent b002063 commit 36f9f9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/dynamic-links/receive.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ for the app. You can find more details on how to retrieve your SHA-256 fingerpri
133133
134134
To handle a Dynamic Link in your application, two scenarios require implementing.
135135
136+
Warning: You may have unexpected results if you have enabled Flutter deep linking in your app.
137+
See [Migrating from plugin-based deep linking](https://docs.flutter.dev/development/ui/navigation/deep-linking#migrating-from-plugin-based-deep-linking).
138+
This [GitHub issue](https://github.com/firebase/flutterfire/issues/9469) illustrates what you ought to be aware of.
139+
136140
### Terminated State
137141
138142
Set up the following methods:

0 commit comments

Comments
 (0)