🚨 FIREBASE DYNAMIC LINKS SHUTDOWN
August 25, 2025
All links will stop working

Migrate from Firebase Dynamic Links
in 15 Minutes

Drop-in replacement with 10x faster performance, gaming-focused attribution, and better analytics than Firebase ever provided.

10ms
Avg Response Time
99.9%
Uptime SLA

15-Minute Migration Guide

No coding required! Migrate using the BoostOps dashboard

Choose Your Migration Path

Dashboard Migration

For marketing teams & non-developers

  • ✅ No coding required
  • ✅ Use BoostOps dashboard
  • ✅ Bulk import existing links
  • ✅ Perfect for campaigns

API Migration

For developers & technical teams

  • ⚡ Programmatic link creation
  • ⚡ REST API integration
  • ⚡ Bulk operations
  • ⚡ App integration

📊 Dashboard Migration (Most Popular)

1

Create Account & Import Firebase Project

Sign up for BoostOps and connect your existing Firebase project to import your data.

🔗 Firebase Project Import Process:
1. Create your BoostOps account
2. Connect to your Firebase project using service account
3. Import your existing analytics data
4. Set up your BoostOps project with Firebase integration

What you'll get after import:

  • • Custom domain: yourgame.links.boostops.io
  • • Web dashboard for creating links
  • • Advanced analytics dashboard
  • • Gaming intelligence features
  • • Your existing Firebase analytics data
Create Account & Import Firebase →
2

Export Your Firebase Links (Optional)

If you have existing Firebase links, gather their information for recreation.

💡 Tip: Firebase doesn't provide an export feature, but you can recreate your most important links quickly in the BoostOps dashboard.

Information to Gather:
  • • Target URLs (where links redirect)
  • • Campaign names
  • • iOS App Store URLs
  • • Android Play Store URLs
BoostOps Will Provide:
  • • New short URLs
  • • Better analytics
  • • Gaming intelligence
  • • Revenue attribution
3

Create Links in BoostOps Dashboard

Use the simple web interface to create your dynamic links.

Dashboard Link Creation Process:

1. Enter Target URL

Where users go (your website/app)

2. Set App Store URLs

iOS & Android store links

3. Add Campaign Info

Name, source, medium

4. Get Short URL

Ready to use instantly

🚀 Pro Tip: The BoostOps dashboard is more intuitive than Firebase Console and provides gaming-specific options like revenue tracking and cross-promotion.

4

Update Your Campaigns & Go Live

Replace your old Firebase links with new BoostOps links in your marketing campaigns.

10ms
Response Time
Advanced
Analytics
Revenue
Attribution
Where to Update Your Links:
• Social media campaigns
• Email marketing
• App store descriptions
• Website buttons
• Print/offline materials
• Influencer campaigns

👩‍💻 For Developers: API Migration

If you're creating links programmatically in your app, here's the code migration:

❌ Before (Firebase)

// Firebase Dynamic Links
const link = await firebase
  .dynamicLinks()
  .buildShortLink({
    link: 'https://example.com/game',
    domainUriPrefix: 'https://example.page.link',
    ios: { bundleId: 'com.example.game' },
    android: { 
      packageName: 'com.example.game' 
    }
  });

✅ After (BoostOps)

// BoostOps Dynamic Links
const response = await fetch('https://api.boostops.io/v1/links', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    url: 'https://example.com/game',
    iosUrl: 'https://apps.apple.com/app/id123456',
    androidUrl: 'https://play.google.com/store/apps/details?id=com.example.game'
  })
});
const { shortUrl } = await response.json();

Don't Wait Until August 2025

Migrate now and enjoy better performance, gaming-focused analytics, and peace of mind.

Need help? Our team will personally assist with your migration at no extra cost.