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/6e85d040afc6099bcc6a5f72f7899de9 to your computer and use it in GitHub Desktop.
Save neosaurrrus/6e85d040afc6099bcc6a5f72f7899de9 to your computer and use it in GitHub Desktop.
logout = async () => {
await firebase.auth().signOut();
this.setState({uid:null})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment