Use Firebase Dynamic Links with instant apps
Stay organized with collections
Save and categorize content based on your preferences.
Warning: Google Play Instant will no longer be available. Starting December 2025,
Instant Apps cannot be published through Google Play, and all
Google Play services Instant APIs
will no longer work. Users will no longer be served Instant Apps by Play using any
mechanism.
We're making this change based on developer feedback and our continuous investments
to improve the ecosystem since the introduction of Google Play Instant.
To continue optimizing for user growth, we encourage developers to refer users to
their regular app or game, using deeplinks
to redirect them to specific journeys or features when relevant.
Several deep linking libraries are compatible with Google Play Instant
such as Branch.
If your current deep linking solution isn't listed or if you find that it
doesn't work with Google Play Instant, consider using Firebase Dynamic
Links. This page describes how to set up Firebase Dynamic Links in an instant
app project.
Key benefits
- Wrapping your links with Firebase Dynamic Links guarantees that clicks on
links always take users to your instant app. Otherwise, apps can force
links to be opened inside an in-app browser instead of an instant app.
Firebase Dynamic Links allows you to control the behavior of clicks on links.
- Firebase Dynamic Links allows you to track analytics on events like clicks,
first-opens, re-opens, and installs. Dynamic Links events also are
recorded in Google Analytics for Firebase.
Integrating Firebase Dynamic Links with an instant app project
You can integrate Firebase Dynamic Links with your instant app project the same way
you would integrate a standard Android app.
After you integrate with Firebase Dynamic Links, you just have to set the androidFallbackLink
parameter
to your Instant Apps link.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-21 UTC."],[],[],null,["# Use Firebase Dynamic Links with instant apps\n\n**Warning:** Google Play Instant will no longer be available. Starting December 2025,\nInstant Apps cannot be published through Google Play, and all\n[Google Play services Instant APIs](https://developers.google.com/android/reference/com/google/android/gms/instantapps/package-summary)\nwill no longer work. Users will no longer be served Instant Apps by Play using any\nmechanism.\n\nWe're making this change based on developer feedback and our continuous investments\nto improve the ecosystem since the introduction of Google Play Instant.\n\nTo continue optimizing for user growth, we encourage developers to refer users to\ntheir regular app or game, using [deeplinks](https://support.google.com/googleplay/android-developer/answer/12463044)\nto redirect them to specific journeys or features when relevant.\n\nSeveral deep linking libraries are compatible with Google Play Instant\nsuch as [Branch](https://branch.io).\n\nIf your current deep linking solution isn't listed or if you find that it\ndoesn't work with Google Play Instant, consider using Firebase Dynamic\nLinks. This page describes how to set up Firebase Dynamic Links in an instant\napp project.\n\n### Key benefits\n\n- **Wrapping your links with Firebase Dynamic Links guarantees that clicks on\n links always take users to your instant app.** Otherwise, apps can force links to be opened inside an in-app browser instead of an instant app. Firebase Dynamic Links allows you to control the behavior of clicks on links.\n- **Firebase Dynamic Links allows you to track analytics on events like clicks,\n first-opens, re-opens, and installs.** Dynamic Links events also are recorded in Google Analytics for Firebase.\n\n### Integrating Firebase Dynamic Links with an instant app project\n\nYou can integrate Firebase Dynamic Links with your instant app project the same way\nyou would [integrate a standard Android app](https://firebase.google.com/docs/dynamic-links/android/receive).\n\nAfter you integrate with Firebase Dynamic Links, you just have to set the [androidFallbackLink\nparameter](https://firebase.google.com/docs/reference/dynamic-links/link-shortener)\nto your Instant Apps link."]]