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_firebaseto1.0.13gofa_webviewto1.2.3
What's Updated
- Added a device-based fallback for
clientUserIdwhen host apps provide onlyclientIdandclientSecret. - 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 onlyclientIdandclientSecret.WebViewSdkManager.init()now accepts nullableclientUserIdso 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: nullableclientUserIdsupport for WebView SDK initialization.