Skip to main content

Release Notes

This page announces published GOFA Flutter SDK releases for integrators. Add a new dated entry whenever a new SDK version is created and published.

2026-04-13

GOFA SDK 3.13.2+113

Updated Packages

  • gofa_firebase to 1.0.13
  • gofa_webview to 1.2.3

What's Updated

  • Added a device-based fallback for clientUserId when host apps provide only clientId and clientSecret.
  • Android fallback identity is resolved from android_id.
  • iOS fallback identity is resolved from identifierForVendor.
  • Fallback identifiers are hashed before being used to compose GOFA user identities.
  • LoginManager.isClientInfoReady$ now requires only clientId and clientSecret.
  • WebViewSdkManager.init() now accepts nullable clientUserId so WebView flows can use the new fallback path.

Affected Packages

  • gofa_firebase 1.0.13: auth fallback resolution, credential access helpers, and relaxed client info readiness.
  • gofa_webview 1.2.3: nullable clientUserId support for WebView SDK initialization.