Firebase Dynamic Links is dead.
Meet your replacement.
Deferred deep links for Flutter & React Native. 3 lines of code. From $24/mo. No sales call.
Used by teams at
Enterprise deep linking costs $500/mo.
This costs $24.
| Firebase(dead) | Branch | AppsFlyer | Redirectly | |
|---|---|---|---|---|
| Status | ❌Shut down Aug 2025 | ✅Active | ✅Active | ✅Active |
| Deferred deep linking | ❌No | ✅Yes | ✅Yes | ✅Yes |
| Flutter SDK | ❌No | ⚠️Community | ⚠️Community | ✅Native (pub.dev) |
| React Native SDK | ❌No | ✅Yes | ✅Yes | ✅Yes |
| Setup time | — | ⏱️Days + sales call | ⏱️Days + sales call | ⚡30 minutes |
| Custom subdomains | — | ✅Yes | ✅Yes | ✅Yes |
| Attribution analytics | — | ✅Yes | ✅Yes | ✅Yes |
| Pricing | 💀Dead | 💰"Contact sales" | 💰"Talk to expert" | ✨$24/mo |
Branch and AppsFlyer are great if you're a Fortune 500 company. If you're a team that ships fast, you need Redirectly.
Don't take our word for it. Watch it work.
Email Verification
User clicks verification link → installs app → lands on "Email Verified" screen. No lost tokens.
// Create a verification link
const link = await redirectly.createTempLink({
target: 'myapp://verify?token=abc123',
ttlSeconds: 900
});
// Send via email
await sendEmail(user.email, { verifyUrl: link.url });Referral Program
User shares referral link → friend clicks → installs → both get reward credited automatically.
final link = await redirectly.createLink(
target: 'myapp://refer',
params: { 'referrer': userId, 'reward': '10_credits' },
);
// Share link.url anywhereCampaign Attribution
Facebook ad → user clicks → installs → dashboard shows which campaign drove the install.
final link = await redirectly.createLink(
target: 'myapp://promo',
params: {
'utm_source': 'facebook',
'utm_campaign': 'summer_sale',
},
);One price. Everything included.
Starter
For growing apps
14-day free trial
- Up to 1,000 app installs/month
- Unlimited link creation
- Deferred deep linking
- Install attribution
- Analytics dashboard
- Custom branded subdomains
- Flutter & React Native SDKs
- Email support
Growth
For high-growth teams
14-day free trial
- Up to 100,000 app installs/month
- Everything in Starter
- Real-time analytics dashboard
- Priority support
- Team access (multiple seats)
14-day free trial on both plans. No credit card required. Cancel anytime.
For reference: Branch.io starts at ~$500/mo. AppsFlyer starts at ~$800/mo. You're saving $5,000+/year by choosing Redirectly.
Still on Firebase?
Your links are already broken.
Every FDL link now returns a 404. Migrate to Redirectly in 30 minutes.