Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created December 5, 2018 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neosaurrrus/e33a91f614ab1920a004b0abe3d530ca to your computer and use it in GitHub Desktop.
Save neosaurrrus/e33a91f614ab1920a004b0abe3d530ca to your computer and use it in GitHub Desktop.
componentDidMount(){
firebase.auth().onAuthStateChanged(user => {
if(user) {
this.authHandler({user});
}
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment