【发布时间】:2019-03-15 17:34:27
【问题描述】:
我注意到 Firebase 添加了无密码电子邮件身份验证。我无法在firebase_auth 中找到一种方法来执行此操作。今天有没有办法通过firebase_auth 使用无密码电子邮件?
干杯
【问题讨论】:
-
本文讲解如何实现:proandroiddev.com/…
标签: firebase firebase-authentication flutter
我注意到 Firebase 添加了无密码电子邮件身份验证。我无法在firebase_auth 中找到一种方法来执行此操作。今天有没有办法通过firebase_auth 使用无密码电子邮件?
干杯
【问题讨论】:
标签: firebase firebase-authentication flutter
不是真的,你可以等待团队更新插件,或者创建自己的实现并为 android 和 iOS 编写各自的钩子。
https://github.com/flutter/plugins/tree/master/packages/firebase_auth
注意:此插件仍在开发中,部分 API 可能尚不可用。欢迎提供反馈和拉取请求!
【讨论】: