You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flutter plugin for [Google Sign In](https://developers.google.com/identity/).
6
4
7
-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!
5
+
_Note_: This plugin is still under development, and some APIs might not be
6
+
available yet. [Feedback](https://github.com/flutter/flutter/issues) and
7
+
[Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!
8
8
9
9
## Android integration
10
10
11
-
To access Google Sign-In, you'll need to make sure to[register your
To access Google Sign-In, you'll need to make sure to
12
+
[register your application](https://firebase.google.com/docs/android/setup).
13
13
14
14
You don't need to include the google-services.json file in your app unless you
15
15
are using Google services that require it. You do need to enable the OAuth APIs
16
-
that you want, using the [Google Cloud Platform API
17
-
manager](https://console.developers.google.com/). For example, if you
18
-
want to mimic the behavior of the Google Sign-In sample app, you'll need to
19
-
enable the [Google People API](https://developers.google.com/people/).
16
+
that you want, using the
17
+
[Google Cloud Platform API manager](https://console.developers.google.com/). For
18
+
example, if you want to mimic the behavior of the Google Sign-In sample app,
19
+
you'll need to enable the
20
+
[Google People API](https://developers.google.com/people/).
20
21
21
-
Make sure you've filled out all required fields in the console for [OAuth consent screen](https://console.developers.google.com/apis/credentials/consent). Otherwise, you may encounter `APIException` errors.
22
+
Make sure you've filled out all required fields in the console for
Find the example wiring in the [Google sign-in example application](https://github.com/flutter/plugins/blob/master/packages/google_sign_in/google_sign_in/example/lib/main.dart).
102
-
103
-
## API details
104
-
105
-
See the [google_sign_in.dart](https://github.com/flutter/plugins/blob/master/packages/google_sign_in/google_sign_in/lib/google_sign_in.dart) for more API details.
106
-
107
-
## Issues and feedback
115
+
Find the example wiring in the
116
+
[Google sign-in example application](https://github.com/flutter/plugins/blob/master/packages/google_sign_in/google_sign_in/example/lib/main.dart).
0 commit comments