Skip to content

Instantly share code, notes, and snippets.

@Younes-Charfaoui
Created September 12, 2019 00:14
Show Gist options
  • Save Younes-Charfaoui/d7f3c999b3268f8043889f626988410c to your computer and use it in GitHub Desktop.
Save Younes-Charfaoui/d7f3c999b3268f8043889f626988410c to your computer and use it in GitHub Desktop.
override fun onCodeSent(
verificationId: String?,
token: PhoneAuthProvider.ForceResendingToken?
) {
storedVerificationId = verificationId!!
resendToken = token!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment