Skip to content

Commit

Permalink
Updated README.md - SIGN_IN_REQUIRED error code on Android (#670)
Browse files Browse the repository at this point in the history
* Updated README.md

Added SIGN_IN_REQUIRED error explanation on Android.

* Added troubleshooting section at the end of README
  • Loading branch information
sregg authored and vonovak committed May 21, 2019
1 parent ed9a464 commit d00b7c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ If you want to manage other data from your application (for example access user

Please visit https://developers.google.com/identity/protocols/googlescopes or https://developers.google.com/oauthplayground/ for a list of available scopes.

## Troubleshooting

If you get a `SIGN_IN_REQUIRED` error code on Android from `signIn()`, make sure you've correctly setup the Google project including the SHA-1 of your debug and release keystores, and copied the new `google-services.json` in your project.

## Licence

(MIT)

0 comments on commit d00b7c9

Please sign in to comment.