使用userName和密码在Firebase中自定义身份验证

时间:2017-10-02 21:36:58

标签: firebase authentication swift3 firebase-authentication custom-authentication

在firebase中创建自定义身份验证的最佳方法是什么,以便用户可以使用其用户名和密码登录? 我注意到SO上最常见的方法是使用电子邮件(在userName上查询)logIn来实际掩盖userName logIn。对我而言,这种感觉看起来像是一种解决方法,我觉得应该有更好的方法。那么有更好的方法,还是每个人都只是使用解决方法?

我采用电子邮件屏蔽方法没有问题。然而,我担心这种方法会暴露所有用户'电子邮件地址。这种方法的最佳数据结构是什么?

我的数据结构如下:

class DictionaryTagger(object):
    ...
    def __init__(self, dictionary_paths=[]):
    ...

0 个答案:

没有答案