ios - Swift: I am getting error in firebase mobile authentication -


error when call

phoneauthprovider.provider().verifyphonenumber(txtmobile.text!) { (verificationid, error) in     if error != nil {           model.shared.showalert(msg: (error?.localizeddescription)!, vc: self)           return     } } 

error "token mismatch"


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -