Possible Unhandled Promise Rejection (id: 0)
getting this warning after selecting a google account from popup
Possible Unhandled Promise Rejection (id: 0):
Object {
"code": 10,
"error": "DEVELOPER_ERROR",
}

when i checked the logcat it was showing this error
08-31 11:52:41.146 1931 2570 W Auth : [GetToken] GetToken failed with status code: UNREGISTERED_ON_API_CONSOLE
08-31 11:52:41.148 2347 2735 E TokenRequestor: You have wrong OAuth2 related configurations, please check. Detailed error: UNREGISTERED_ON_API_CONSOLE
same issue any solution for this in android.
@shimil2017 just check your SHA-1 key is matching in the api console
its not working on release build on debug build it is working.
I got same problem. Is there any solution?
UPDATE
so i try use SHA1 in my debug.keystore instead than my-release.keystore and it's work.
@john1jan I get this error even though my SHA 1 Key is correct, where exactly am I supposed put the SHA1 key and which client ID am I supposed to use for android, is it for the Android OAuth Client ID or Web OAuth Client ID?
Check https://developers.google.com/android/guides/client-auth?authuser=0