Unable To Login Using Google Plus, Getting Com.google.android.gms.common.api.apiexception: 10:
I am trying to login with Google plus using Firebase and getting below error: com.google.android.gms.common.api.ApiException: 10: I refereed https://firebase.google.com/docs/aut
Solution 1:
The status code which you got error means that you are providing unknown server client id. Please checked your id using below link. https://console.developers.google.com/apis/credentials in your project you might need to generate: OAuth client ID -> Web Application and use this web application client id in your Android app.
Hope it helps you and solved your problem.If your problem solved using this then please closed your question with upvote.
Post a Comment for "Unable To Login Using Google Plus, Getting Com.google.android.gms.common.api.apiexception: 10:"