How can check email is exist or not, I mean email is real that is somebody have in firebase android app?

笑着哭i 提交于 2019-12-10 00:12:56

问题


You know some people are making up email to enter the app fastly. I want to check the user mail is real, not fake. I did some seacrhing , is there any other way without email verification? How can I control this situation? Thank you all.


回答1:


There are some API options you can call to verify the existence of an email address. For example this one offers a Rest API for that.

If you meant inside firebase. Nope, there is no way. In my most recently app you can even create users with emails such as abc@mail.com and it accepts. It only validates for email format, not existence, so if you do something like abc@mail it will through an error.



来源:https://stackoverflow.com/questions/48814916/how-can-check-email-is-exist-or-not-i-mean-email-is-real-that-is-somebody-have

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!