Skip to content

Instantly share code, notes, and snippets.

@m3l1nd4
Created May 18, 2021 23:36
Show Gist options
  • Save m3l1nd4/7e6e3d5baf0aa97d313db150de3cbd6d to your computer and use it in GitHub Desktop.
Save m3l1nd4/7e6e3d5baf0aa97d313db150de3cbd6d to your computer and use it in GitHub Desktop.
// Logout
const logoutBtn = document.querySelector('#logout');
logoutBtn.addEventListener('click', () => auth.signOut());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment