()
| 54 | //// Social Auth //// |
| 55 | |
| 56 | githubLogin() { |
| 57 | const provider = new firebase.auth.GithubAuthProvider() |
| 58 | return this.socialSignIn(provider); |
| 59 | } |
| 60 | |
| 61 | googleLogin() { |
| 62 | const provider = new firebase.auth.GoogleAuthProvider() |
no test coverage detected