🐛 Google SignIn exits early on desktop due to unmaintained dependency flutter_desktop_webview_oauth #260
Labels
auth
blocked: customer response
Waiting for customer response, e.g. more information was requested.
bug
Something isn't working
desktop
Running on desktop
Stale
Issue with no recent activity
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI OAuth, Firebase UI OAuth Google
What platform(s) does this bug affect?
macOS, Linux, Windows
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
On MacOS:
Expected Behavior
The Google OAuth flow should be visible and functional
Actual Behavior
This problem occurs because the
flutter_desktop_webview_auth
package, on MacOS at least, exits instantly with anull
result instead of returning anAuthResult
.There is an open bug issue and an open PR which addresses it on the flutter_desktop_webview_auth repo, but the repository appears to be unmaintained: invertase/flutter_desktop_webview_auth#51. Unfortunately the PR has been open since September 23; the MacOS package hasn't seen any changes in 3 years.
Since the
firebase_ui_oauth
package is Google endorsed, it might be better if it didn't rely on a package which is not receiving updates or accepting fixes.Additional Information
No response
The text was updated successfully, but these errors were encountered: