Created
September 12, 2019 00:14
-
-
Save Younes-Charfaoui/d7f3c999b3268f8043889f626988410c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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