【发布时间】:2018-08-13 13:01:05
【问题描述】:
点击这些链接 https://firebase.google.com/docs/auth/web/manage-users#update_a_users_profile 和 https://firebase.google.com/docs/auth/web/manage-users#get_a_users_provider-specific_profile_information
我能够验证用户身份并使用他们的 Twitter 帐户登录。但是,我想获取用户的screenName。我该怎么做?
我检查了一些网络请求,并看到了screenName 属性。我检查了onAuthStateChanged,它返回user 属性但没有screenName。
【问题讨论】:
标签: node.js firebase firebase-authentication twitter-oauth