Skip to content

Instantly share code, notes, and snippets.

@heytulsiprasad
Last active June 11, 2021 16:55
Show Gist options
  • Select an option

  • Save heytulsiprasad/66772bc6292444ec34a33d169cb213dd to your computer and use it in GitHub Desktop.

Select an option

Save heytulsiprasad/66772bc6292444ec34a33d169cb213dd to your computer and use it in GitHub Desktop.
Basic email and password signin with Firebase
const signInUser = () => {
return firebase.auth().signInWithEmailAndPassword(email, password);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment