Skip to content

This repository contains the implementation of a custom URL shortener, which serves as an alternative to Firebase Dynamic Links.

Notifications You must be signed in to change notification settings

hasankarli/example_custom_url_shortener

Repository files navigation

Flutter Custom URL Shortener

This repository contains the implementation of a custom URL shortener, which serves as an alternative to Firebase Dynamic Links. The idea for this project arose after Firebase announced it would shut down its Firebase Dynamic Links service on August 25, 2025. Since existing services didn't meet my specific needs and integrating a separate service just for app linking felt like overkill, I decided to create my own solution.

You can read more about my journey and the complete implementation in my Medium article.

Features

  • Custom short URL generation
  • Redirection to long URLs
  • Integration with Flutter apps for app linking
  • Firebase Realtime Database for metadata storage
  • Custom logic for handling dynamic link-like behavior

About

This repository contains the implementation of a custom URL shortener, which serves as an alternative to Firebase Dynamic Links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published