Migration from Firebase Dynamic Links
Last updated: 2026-02-05
This page provides a practical migration checklist from Firebase Dynamic Links (FDL) to Traput.
1) Inventory your existing links
- Domains in use
- Link patterns (paths + query params)
- Destinations per platform (iOS/Android/web)
2) Create a Traput project
- Create a project per app (or per environment if you want isolation)
- Decide a stable subdomain
3) Configure iOS and Android verification
- iOS:
/docs/ios/universal-links - Android:
/docs/android/app-links
4) Create equivalent links in Traput
Recreate FDL destinations (deep link + store + web).
5) Update the app
- Add the Traput SDK
- Initialize Traput and register
Traput.onLink - Route based on
link.uri
6) Cutover
- Update your marketing templates to use Traput URLs
- Keep old FDL links active for as long as possible (if still resolving)