Dynamic Links for Firebase
Notice
This page is archived and might not reflect the latest version of the FlutterFire plugins. You can find the latest information on firebase.google.com:
#
What does it do?Dynamic Links are links that work the way you want, on multiple platforms, and whether or not your app is already installed. If a user opens a Dynamic Link on iOS or Android, they can be taken directly to the linked content in your native app. If a user doesn't have your app installed, the user can be prompted to install it; then, after installation, your app starts and can access the link.
#
Next Steps- Learn the different ways to create Dynamic Links, including creating links with the Flutter client.
- Receive Dynamic Links in your app.