Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created December 5, 2018 07:46
Show Gist options
  • Save neosaurrrus/9c27589ba6b7b4fb0f7c62c02182481c to your computer and use it in GitHub Desktop.
Save neosaurrrus/9c27589ba6b7b4fb0f7c62c02182481c to your computer and use it in GitHub Desktop.
authenticate = provider => {
const authProvider = new firebase.auth[`${provider}AuthProvider`]();
firebaseApp.auth().signInWithPopup(authProvider).then(this.authHandler)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment