Please Help !
I work with firebase sdk for C++ and I try to log in through Google sign-in my android app. But I get the following error:
An internal error has occurred. [ Unable to parse Google id_token:155194344....
tent.com ]
I'll now describe in steps where I get my Google id_token and if someone has already encountered this problem and solved it, then he will tell me. Thank you in advance, he will greatly help me with this

Here I take my Google id_token screenshot 1

Here I get it : screenshot 2
Generating google-services.json and put it in my android project screenshot 3

firebase::auth::Credential google_app_cred = firebase::auth::GoogleAuthProvider::GetCredential(
losToken, nullptr);
firebase::Future<firebase::auth::User *> google_goodLos = auth->SignInWithCredential(
google_app_cred);
And I can not do anything - it gives an error. And yes, I certainly generated keytool -exportcert ...
I will be very happy with any help. Thank you in advance