【问题标题】:More user data from firebase_auth plugin in Flutter来自 Flutter 中 firebase_auth 插件的更多用户数据
【发布时间】:2019-04-14 02:16:31
【问题描述】:

我已经在 Flutter 上实现了 firebase 身份验证(通过 Google),但我似乎无法检索除电子邮件、图片和姓名之外的更多用户数据。

我对用户的年龄和性别感兴趣。 另外,我不知道为什么,但在 firebase 仪表板上,登录后似乎没有检索到这些数据。

【问题讨论】:

    标签: firebase dart flutter google-signin


    【解决方案1】:

    很遗憾,Firebase 不提供这些信息,为了检索这些信息,您可以使用登录后通过外部服务检索到的 ID。

    例如对于性别,您可以使用https://developers.google.com/people/ API。

    Flutter 看起来像是 Google Engineers 开发的一个包,对于包括人在内的 Google APIs,你都可以使用它。 (我在Flutter上没做过这个操作,我是从Android知道的。)

    如果你熟悉Android,你可以check this question and answers

    【讨论】:

    • 感谢您的明确解释。我会检查人员 api。
    猜你喜欢
    • 2021-01-21
    • 2021-05-11
    • 2018-01-31
    • 2021-02-20
    • 1970-01-01
    • 2018-12-02
    • 1970-01-01
    • 2017-01-14
    • 2020-08-08
    相关资源
    最近更新 更多