RepoJournal
Supabase

@supabase

The open-source Firebase alternative powering thousands of startups

Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

FLUTTER REALTIME FIX STOPS SILENT RLS FAILURES, TYPESCRIPT 7 CUTS TYPECHECK TIME 66%

By RepoJournal · Filed · About Supabase

1 person shipped this

Supabase Flutter just patched a critical realtime bug where async access tokens never made it into join payloads, leaving RLS unable to evaluate permissions on incoming subscriptions.

The fix [1] buffers the phx_join until the token resolves, then patches it into the payload before flush - a one-line change with major implications for React Native and Expo apps relying on async storage. On the supabase-js side, v2.110.2 [7] landed with a fix for session state leaking on signout failures [8], so auth state doesn't ghost your next sign-in. The Flutter SDK also closed parity gaps: `mfa.challenge()` now accepts a `channel` parameter [2] for phone-based MFA (SMS/WhatsApp), matching supabase-js, and OAuth signin is now fully documented with the URL-without-launch path [3]. Over in the monorepo, TypeScript 7 [5] shipped with the native Go compiler, cutting full turbo typecheck from 56s to 19s locally - a 66% win that pays off on every type-check cycle. Sentry error reporting on the TanStack build [4] was a silent no-op because `Sentry.init` never ran; that's fixed. ETL streaming to Snowflake now uses deferred durability [6] with proper channel lifecycle handling and replay filtering, so your pipelines survive restarts cleanly.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(realtime): patch channel join payloads with access token before flushing (#1553) supabase/supabase-flutter
  2. [2] feat(gotrue): add channel parameter to mfa.challenge() (#1547) supabase/supabase-flutter
  3. [3] docs(auth): document getOAuthSignInUrl for URL-without-launch, mark oauth parity implemented (#1548) supabase/supabase-flutter
  4. [4] fix(studio): initialize Sentry on the TanStack build (captures were silent no-ops) (#47666) supabase/supabase
  5. [5] chore(deps): upgrade to TypeScript 7 (native compiler) (#47757) supabase/supabase
  6. [6] fix(destinations): streaming uses deferred durability in Snowflake ↗ supabase/etl
  7. [7] v2.110.2 ↗ supabase/supabase-js
  8. [8] chore(release): version 2.110.2 changelogs (#2506) supabase/supabase-js

Quick answers

What shipped in Supabase on July 10, 2026?
Supabase Flutter just patched a critical realtime bug where async access tokens never made it into join payloads, leaving RLS unable to evaluate permissions on incoming subscriptions. In total, 46 commits, 46 pull requests, and 2 releases landed.
Who contributed to Supabase on July 10, 2026?
1 developer shipped this update, including farazdagi.
What were the notable Supabase updates?
fix(realtime): patch channel join payloads with access token before flushing (#1553), feat(gotrue): add channel parameter to mfa.challenge() (#1547), and docs(auth): document getOAuthSignInUrl for URL-without-launch, mark oauth parity implemented (#1548).

More from @supabase

Daily updates, in your inbox

Follow Supabase

Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.