WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
125 stars 19 forks source link

User has cancelled the job. #62

Closed abualgait closed 3 years ago

abualgait commented 3 years ago

i got an exception when i try to login with google says:

com.github.windsekirun.rxsociallogin.intenal.exception.LoginFailedException: User has cancelled the job.

any help please?

abualgait commented 3 years ago

I released that i was missing out important step not mentioned in the wiki for google signin You must pass the server's client ID to the requestIdToken method. This is done in the following way: Click on this page to get the server's client ID . Then click on “Configure Project”. Then select your project in the drop-down list. In my case it is GoogleLoginLogout.