Last active
June 11, 2021 16:55
-
-
Save heytulsiprasad/66772bc6292444ec34a33d169cb213dd to your computer and use it in GitHub Desktop.
Basic email and password signin with Firebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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