-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
flutter/packages
#3642Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.p: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically
Description
Use case
Using google_sign_in_web
6.0.0+ currently needs signInSilently
to be triggered on page initialization.
If your login page contains multiple login options, a request is made by singInSilently
before the user decides what login option to use.
The current sugguestion in this case is:
Display the Sign In With Google button
Which is currently not implemented on google_sign_in_web
Discovered as part of: #88084
Proposal
Add the "Sign In With Google Button" option:
- trigger google sign in services on button press and not in advance
- beeing able to customise the button to match style with other login options
wreppun
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Fluttercustomer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.p: google_sign_inThe Google Sign-In pluginThe Google Sign-In pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically