Skip to content

docs: address the Firebase Dynamic Links audience, surface contributing - #22

Merged
Newtdev merged 2 commits into
mainfrom
docs/discovery-and-contributing
Sep 15, 2026
Merged

Newtdev merged 2 commits into
mainfrom
docs/discovery-and-contributing

Conversation

@Newtdev

@Newtdev Newtdev commented Sep 15, 2026

Copy link
Copy Markdown
Owner

Three discovery and on-ramp gaps.

Firebase Dynamic Links

FDL was deprecated in May 2023 with no official replacement and shut down completely on 25 August 2025 — every link stopped resolving, deferred linking included. Everyone who relied on it was left choosing between paying for an MMP they don't need and building their own.

That audience is a closer fit for this project than Branch's is, and the README never spoke to them. FDL was never an MMP — it did link hosting, Universal/App Links handling, deferred deep linking and basic click analytics, and nothing else.

The new subsection includes the honest half of the mapping:

FDL did here
Deferred deep linking ✅ the core of this project
Basic click tracking ✅ every click is a row in your database
Link hosting (page.link) ❌ your own domain, your own routes
Universal Links / App Links setup ❌ yours to configure

This covers the deferred-attribution half of FDL, not the link-hosting half. Said plainly, because someone arriving with a dead dependency needs to know what they still have to build.

Contributing was invisible

CONTRIBUTING.md already existed and is good — setup, per-package test commands, what to verify before opening a PR. Nothing in the README linked to it, so a contributor had to find it by browsing the file list.

Now linked, alongside the good first issue label and two things worth knowing before starting:

  • docs/decisions.md is the map — if something looks wrong, it's often deliberate and the entry says why
  • changes touching recovery, timezones or platform behaviour need verifying somewhere real, since that's how most of the bugs in that log were actually found

Contributors

Avatars via contrib.rocks — no bot, no config, updates itself as people contribute. Verified the image URL returns 200.

Sources for the FDL dates: Firebase Dynamic Links Deprecation FAQ, LeanCode

Three discovery and on-ramp gaps.

FDL was deprecated in 2023 with no official replacement and shut down
entirely in August 2025, leaving everyone who relied on it to either pay
for an MMP they don't need or build their own. That audience is a closer
fit for this project than Branch's is, and the README never spoke to
them. Includes the honest half of the mapping: this covers FDL's
deferred-attribution side, not its link-hosting side.

CONTRIBUTING.md already existed and is good, but nothing in the README
linked to it — a contributor had to find it by browsing the file list.
Now linked, alongside the good-first-issue label and two things worth
knowing before starting: decisions.md is the map, and changes touching
recovery or platform behaviour need verifying somewhere real.

Contributor avatars via contrib.rocks — no bot, no config, updates
itself.
…ative

The project isn't an MMP and the README now says so plainly, so claiming
to replace one overstates what it does. The Firebase Dynamic Links
framing is both more accurate and closer to who actually needs this.
@Newtdev Newtdev self-assigned this Sep 15, 2026
@Newtdev
Newtdev merged commit f9584a5 into main Sep 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant