Last active
May 21, 2021 04:26
-
-
Save magyarmelinda/ad3e50ee736379246931806301e6d6e5 to your computer and use it in GitHub Desktop.
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
// Listen for Auth Status Changes | |
auth.onAuthStateChanged(user => setUpUI(user)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment