0

I am trying to integrate login using gmail. Error is pointing to addApi(Auth.GOOGLE_SIGN_IN_API, gso).

   mGoogleApiClient = new GoogleApiClient.Builder(this) 

               .enableAutoManage(this, this)

               .addApi(Auth.GOOGLE_SIGN_IN_API, gso)

               .build();
MSpeed
  • 8,153
  • 7
  • 49
  • 61
mithun
  • 11
  • 7
  • anybody having solution for this – mithun Jul 06 '17 at 12:24
  • not sure, but i think it's related to using non compatible (too old) google services dependencies (jar files) it's good to post the whole stacktrace too – Yazan Jul 06 '17 at 12:36
  • Most likely you have incompatible versions of FirebaseUI and the main Firebase library, or are depending on multiple versions of Firebase and Google Play Services. See https://stackoverflow.com/a/40795872/209103. It could also be that your API level is too low. See https://stackoverflow.com/a/38951385/209103 – Frank van Puffelen Jul 06 '17 at 14:03
  • thank you all for replay .i cleared that issue by updating google service. – mithun Jul 07 '17 at 07:28

0 Answers0