Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hiranya911/e4d2010da5ed925c5217efacd90b698f to your computer and use it in GitHub Desktop.

Select an option

Save hiranya911/e4d2010da5ed925c5217efacd90b698f to your computer and use it in GitHub Desktop.
const user = firebase.auth().currentUser;
user.sendEmailVerification().then(function() {
displayHomePage();
}).catch(function(error) {
displayError(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment