【发布时间】:2017-02-16 00:33:44
【问题描述】:
我正在尝试使用以下方式更改/更新用户的电子邮件地址:
firebase.auth().changeEmail({oldEmail, newEmail, password}, cb)
但我收到 ...changeEmail is not a function 错误。我从旧的 firebase 文档中找到了参考 here。
那么我如何在 3.x 版本中做到这一点?因为我在新文档中找不到参考。
【问题讨论】:
标签: javascript firebase firebase-authentication