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.

Watch how it works
main.dart
final redirectly = FlutterRedirectly(config);
redirectly.onLinkClick.listen((click) {
navigator.push(click.originalUrl);
});

Used by teams at

Drive Connexa
Pension Plus
Waktoo
Omda
Pappad
QCEC

Enterprise deep linking costs $500/mo.
This costs $24.

Firebase(dead)BranchAppsFlyerRedirectly
Status
Deferred deep linking
Flutter SDK⚠️⚠️
React Native SDK
Setup time⏱️⏱️
Custom subdomains
Attribution analytics
Pricing💀💰💰

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.

server.ts
// 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.

app.dart
final link = await redirectly.createLink(
  target: 'myapp://refer',
  params: { 'referrer': userId, 'reward': '10_credits' },
);
// Share link.url anywhere

Campaign Attribution

Facebook ad → user clicks → installs → dashboard shows which campaign drove the install.

app.dart
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

$24/month
Billed annually ($288/year)
  • 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

$80/month
Billed annually ($960/year)
  • 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.

Firebase Dynamic Links shut down August 25, 2025

Still on Firebase?
Your links are already broken.

Every FDL link now returns a 404. Migrate to Redirectly in 30 minutes.

Read the migration guide
14-day free trial
No credit card required
Cancel anytime