Enabling Github Auth on Firebase
Open firebase, go to firebase authentication, and start with the github sign in capability.
Add a github oauth app from your account, it should give you a client secret and client id , add that to firebase.
Copy the callback url from firebase and add it to your github app.
Github Auth with Firebase is ready.
Last updated