Randy Thedford
Randy Thedford
`override fun onCodeSent(verificationId: String, forceResending: PhoneAuthProvider.ForceResendingToken) { verificationProvider.codeSent(**verificationId**) { android.verifyPhoneNumber(phoneNumber, verificationProvider.timeout, verificationProvider.unit, verificationProvider.activity, this, forceResending) } } ` What was mentioned above is needed for Android. This would allow the...
I am having the same issues when auth with clientID and such. However, I have an access token with all the required access scopes and anytime I call to get...
Yeah, it seems that way. If the issue isn't resolved we will have no choice but to switch providers.
Thank you @charliepank I'll look into that. So far I created a very slim Vimeo Library in the last 2 days that allows me to pull the videos and play...