I create an android app that let users to signin using google, Facebook, LinkedIn and twitter account using Firebase UI. I want to integrate GitHub button so that users can signin using their GitHub account. I already read the documentation related to GitHub auth but it is not clear. I already create my app using this link and I put Client ID and Client Secret in firebase console. How can I add GitHub button in my xml layout? When users hit the button which Intent to call and how to handle the response?
Somebody to help on this please.