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
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]>
Copy file name to clipboardExpand all lines: docs/dynamic-links/receive.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,10 @@ for the app. You can find more details on how to retrieve your SHA-256 fingerpri
133
133
134
134
To handle a Dynamic Link in your application, two scenarios require implementing.
135
135
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.
0 commit comments