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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -