Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/google_sign_in/google_sign_in/README.md
Co-authored-by: David Iglesias <[email protected]>
  • Loading branch information
kevmoo and ditman authored May 11, 2021
commit 479034b35bf728ed9f51394975180077172cf261
3 changes: 1 addition & 2 deletions packages/google_sign_in/google_sign_in/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ After configuration is complete, take note of the client ID that was created. Yo

#### Specify your app's client ID

Specify the client ID you created for your app in the Google Developers Console with the `google-signin-client_id` meta element.
In your app's `web/index.html` file, specify the client ID you created for your app in the Google Developers Console with the `google-signin-client_id` meta element.

```html
<meta name="google-signin-client_id" content="YOUR_CLIENT_ID.apps.googleusercontent.com">
Expand Down Expand Up @@ -134,4 +134,3 @@ Future<void> _handleSignIn() async {

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).