• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-flutter / 27194979369
85%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 08:58AM UTC
Jobs 1
Files 72
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jun 2026 08:51AM UTC coverage: 80.471%. Remained the same
27194979369

push

github

web-flow
docs(supabase_flutter): fix Facebook native login for iOS and Android (#1386)

## What kind of change does this PR introduce?

Docs fix

## What is the current behavior?

The Facebook native login example added in #1322 uses
`LoginBehavior.webOnly` unconditionally. On iOS, `loginBehavior` is
ignored by `flutter_facebook_auth`, and without `LoginTracking.limited`
the login returns an opaque access token rather than an OIDC ID token,
causing `signInWithIdToken` to fail.

## What is the new behavior?

- **iOS**: uses `LoginTracking.limited` which returns a `LimitedToken`
with an OIDC ID token in `tokenString`.
- **Android**: uses `LoginBehavior.webOnly` with the `openid` scope,
which returns a `ClassicToken` with the OIDC ID token in
`authenticationToken`. This field was always `null` before
`flutter_facebook_auth` v7.1.7 (fixed by
https://github.com/darwin-morocho/flutter-facebook-auth/pull/490).

Bumps the minimum required version to `^7.1.7`.

Closes #1287

3556 of 4419 relevant lines covered (80.47%)

2.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27194979369.1 09 Jun 2026 08:58AM UTC 72
80.47
GitHub Action Run
Source Files on build 27194979369
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27194979369
  • 8cbea828 on github
  • Prev Build on main (#27146471618)
  • Next Build on main (#27216654140)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc