Guide to Github - WindSekirun/RxSocialLogin GitHub Wiki

Steps to add module

add this dependency in app/build.gradle

implementation 'com.google.android.gms:play-services-auth:15.0.0'
implementation 'com.google.firebase:firebase-auth:15.0.0'

Config Objects

github(getString(R.string.github_api_key), getString(R.string.github_api_secret)) {
    scopeConfig = arrayListOf()
    activityTitle = "Login to Github"
}