i have installed Django social-auth-app-django==3.1.0
for Django web for google sign in (working fine)
but
in same project i installed django-rest-framework-social-oauth2
(doc has only facebook example) to client android app to google sigin(firebase) when user click google sigin in button in android it show available google email accounts and got the id_token() now i need to convert id_token to access token but i am getting error
i verified my id_token using this user
https://oauth2.googleapis.com/tokeninfo?id_token=
(working fine)
error is
{
"error": "access_denied",
"error_description": "Your credentials aren't allowed"
}
and i searched entire google(3 days) to find solution i think one of the difficult taskadding google sigin in django rest frame work