Send Otp To Mobile By Firebase

[Solved] Send Otp To Mobile By Firebase | Swift - Code Explorer | yomemimo.com
Question : how to verify sms token firebase

Answered by : mrloading

POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key={FIREBASE_SERVER_KEY}
{ “idToken”: “eyJhbGciOiJEanNZspytaJL4wDZmu2OcwQujC360AJ_Q”
}
//result
{ …, “users”: [ { …, “phoneNumber”: “+351966666666”, … } ]
}

Source : | Last Update : Mon, 22 Jun 20

Answers related to send otp to mobile by firebase

Code Explorer Popular Question For Swift