Firebase Password Validation allowed regex

前端 未结 1 1225
半阙折子戏
半阙折子戏 2020-12-19 01:45

I was wondering if anyone knew the official allowed passwords for Firebase\'s Email and Password Authentication API.

So far I understand that there is

1条回答
  •  时光说笑
    2020-12-19 02:42

    Your understanding is correct - the only requirement is a minimum of 6 chars.

    However, if you are building Android/iOS apps, I would suggest -not- to hardcode the validation logic in your app, since the new user signup request is handled by Firebase Auth server.

    0 讨论(0)
提交回复
热议问题