Open codingjeremy opened 5 years ago
Comment by samtstern Friday Jun 05, 2015 at 15:30 GMT
@g123k can you show me the code you are using to save credentials? Also have you created a client ID in the Google Developers Console?
Comment by g123k Friday Jun 05, 2015 at 15:50 GMT
Hello,
I'm using the code from this git. What do you want exactly? And yes, I have a working client ID (the Google sign-in is OK).
Comment by ValleZ Tuesday Jun 30, 2015 at 19:14 GMT
Hi, any progress here? I see same behavior. What's interesting is that onActivityResult has Activity.RESULT_OK, but in fact the credentials aren't saved.
Comment by samtstern Tuesday Jun 30, 2015 at 20:49 GMT
@ValleZ when you get RESULT_OK
are there any errors in the logs?
Comment by ValleZ Tuesday Jun 30, 2015 at 21:46 GMT
Yes, the very same stacktrace - Unexpected response code 400
Comment by malcolmmaima Thursday Mar 14, 2019 at 07:20 GMT
if building app in a new/different machine then you'll probably need to add a new SHA1 code on Firebase
Any update on this issue? Solution?
Issue by g123k Friday Jun 05, 2015 at 12:58 GMT Originally opened as https://github.com/googlesamples/android-credentials/issues/3
When I try to save the credentials for the first time, I have this message in the logcat:
I don't think the error is on the client-side, but the Intent in the onActivityResult is empty.