Files
react-native-firebase/docs/dynamic-links/index.md

53 lines
1.8 KiB
Markdown

---
title: Dynamic Links
description: Firebase Dynamic Links are links that work the way you want, whether or not your app is already installed.
---
# Dynamic Links
Firebase Dynamic Links are a modern alternative to deep links, providing configurable links that provide the user with the
best available experience according to which platform they are using and whether your app is already installed. Firebase
Dynamic Links can take users directly to the linked content in your app and even let this info persist through an app install.
<Youtube id="LvY1JMcrPF8" />
## Getting Started
<Grid columns="3">
<Block
icon="build"
color="#ffc107"
title="Quick Start"
to="/quick-start"
>
Install & start providing users with an ideal cross-platform experience as they navigate your platform.
</Block>
<Block
icon="school"
color="#4CAF50"
title="Guides"
version={false}
to="/guides?tags=messaging"
>
Learn how to use Firebase Dynamic Links to its full potential to avoid interruptions in user-flow during
the navigation of your services.
</Block>
<Block
icon="layers"
color="#03A9F4"
title="Reference"
to="/reference"
>
The API reference covers everything required to successfully integrate Dynamic Links into your apps.
</Block>
</Grid>
## Learn more
Our documentation is a great place to start, however if you're looking for more help or want to help others,
check out the resources below:
- [Stack Overflow](https://stackoverflow.com/questions/tagged/react-native-firebase-dynamic_links)
- [Github Issues](https://github.com/invertase/react-native-firebase/labels/Service%3A%20Links)
- [Firebase Documentation](https://firebase.google.com/docs/dynamic-links?utm_source=invertase&utm_medium=react-native-firebase&utm_campaign=dynamic-links)