PhoneAuthProvider support
Closed this issue · 7 comments
Would be nice with support for phone number authentification.
What do you need ?
PhoneAuthProvider.provider().verifyPhoneNumber
?
@ShvetsJr tell me if you need something else, otherwise i'll merge #15
Yes, cool! Thanks!
Would be nice to have Auth.auth().signInAndRetrieveData(with: credential) as well :)
let credential = PhoneAuthProvider.provider().credential(withVerificationID: verificationID.value, verificationCode: code.value) Auth.auth().signInAndRetrieveData(with: credential)
You already have it with:
Auth.auth().rx.signInAndRetrieveData(with: crediential)
Awesome! Sorry, didn't see it. I will close the issues now 👍
I did update pods but I could not see any changes even tho I see it in develop :( @arnauddorgans
Sorry dude I totally forgot to push the release, you can update right now @ShvetsJr