Skip to content

Instantly share code, notes, and snippets.

@Younes-Charfaoui
Created September 12, 2019 00:14
Show Gist options
  • Save Younes-Charfaoui/82465642c9aa392736e98919ecb6462d to your computer and use it in GitHub Desktop.
Save Younes-Charfaoui/82465642c9aa392736e98919ecb6462d to your computer and use it in GitHub Desktop.
override fun onVerificationFailed(exception: FirebaseException?) {
Toast.makeText(
this, "Something went wrong, try again later please.",
Toast.LENGTH_LONG).show()
finish()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment