Reputation: 99
I am using firebase OTP authentication in my app.I pass my number to PhoneAuthProvider method of firebase but after that give a error of Invalid token in all device except my device. How to solve this error?
Error look like:
(Error Domain=FIRAuthErrorDomain Code=17048 "Invalid token." UserInfo={NSLocalizedDescription=Invalid token., error_name=INVALID_APP_CREDENTIAL})
Upvotes: 9
Views: 3499