使用测试电话号码而不是电子邮件获取Firebase令牌

时间:2019-02-13 14:37:03

标签: firebase authentication firebase-authentication postman

为了获得邮递员的Firebase身份验证令牌,我对POST进行了呼叫:

https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key={{apiKey}}

身体看起来像这样:

{"email":"{{myEmail}}","password":"myPassword","returnSecureToken":true}

是否可以使用我在Firebase上列入白名单的测试电话号码(而不是电子邮件)执行相同的操作?

firebase test phone numbers

如果邮递员无法做到这一点,那么如果有人知道如何使用一个小的脚本(js,python,go,ruby ......)做到这一点,那就太棒了。

谢谢

0 个答案:

没有答案