【问题标题】:Reset password inside the app using flutter使用颤振在应用程序内重置密码
【发布时间】:2020-05-09 19:58:04
【问题描述】:

问题是关于 Firebase 身份验证:

您知道如何在应用程序“内部”重置密码吗?我知道如何使用此功能通过链接重置它:

firebaseAuth.sendPasswordResetEmail(email: email)

但我没有找到一种方法可以在应用程序内部使用颤振进行操作。

谢谢

【问题讨论】:

    标签: flutter dart


    【解决方案1】:

    这里是更新用户密码的截图。

    user.updatePassword(newPassword).then(function() {
      // Update successful.
    }).catch(function(error) {
      // An error happened.
    });
    

    欲了解更多信息,请阅读https://firebase.google.com/docs/auth/web/manage-users

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-03-20
      • 1970-01-01
      • 2020-08-10
      • 2019-07-23
      • 1970-01-01
      • 2018-11-07
      • 2017-07-24
      • 2018-10-19
      相关资源
      最近更新 更多