LearnTeachCode / pair-partners

A web app that helps people find study partners for virtual pair programming and collaboration
http://learnteachcode.org/pair-partners/
38 stars 16 forks source link

For everyone: Add Login with GitHub Feature to our sample Firebase app #40

Closed LearningNerd closed 7 years ago

LearningNerd commented 7 years ago

Moved to https://github.com/LearnTeachCode/pair-partners/milestone/3

kammitama5 commented 7 years ago

Github authentication with Firebase: https://firebase.google.com/docs/auth/web/github-auth

LearningNerd commented 7 years ago

Funny comic on CORS via @remarks

(I think this is why we need to create a local server, to give GitHub an acceptable URL that it can play nice with when we let users login/authenticate using GitHub!)