Initial MVP of GitHub gist support

This commit is contained in:
Liyas Thomas
2020-12-07 14:14:02 +05:30
parent ebae9880dc
commit 3d10a8f86a
5 changed files with 76 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ export class FirebaseInstance {
}
async signInUserWithGithub() {
return await this.app.auth().signInWithPopup(this.authProviders.github())
return await this.app.auth().signInWithPopup(this.authProviders.github().addScope("repo gist"))
}
async signInWithEmailAndPassword(email, password) {