-
Notifications
You must be signed in to change notification settings - Fork 100
Google Sign In Service #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
wasn't really being used since Google Sign In works locally
IIRC this is the case if you don't specify what size image you want. |
| GoogleSignInService({GoogleSignIn googleSignIn}) | ||
| : _googleSignIn = googleSignIn ?? | ||
| setupGoogleSignIn( | ||
| scopes: <String>[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe hoist these into private consts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
So this is a Googler only |
|
Ahh weird, probably fine though :) |
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with nit
|
So close! flutter/plugins#2244 |
Added Google Sign In service to
FlutterBuildState. This gives easy access to authentication from the build dashboard.Since Flutter's google_sign_in does not support web, this currently uses an open sourced fork called google_sign_in_all.
This fixes flutter/flutter#43108 bringing us one pull request closer to feature parity with v1.
Preview
Open Issues
google_sign_in_all, but because of the low priority I have not investigated furtherFuture Work
accessTokentoCocoonServicefor authenticated requestsgoogle_sign_in_allplugin togoogle_sign_inwhen web support is addedgoogle_sign_inGoogleUserCircleAvatarwidgetGoogleSignInServiceto a more global scope when new pages are added